
create table peptides_vs_uniprot 
(
	query varchar(16),
	subject text,
	alignment text
);

# wrzuca alignmenty do tabeli peptides_vs_uniprot
mysql -u rosikiewicz -p CANTATA < all_nr_longest_vs_uniprot_alignment_parsed
