Signal Peptide Database - Mammalia
DEBUG: No such file or directory
select entries2.id,entries2.accession,entries2.name,entries2.protein,entries2.organism_scientific,speptides.seqlength,speptides.spstatus,if(length(speptides.sequence)>20,concat(substring(speptides.sequence,1,20),"..."),speptides.sequence) as seq from entries2,speptides where entries2.lineage like "Eukaryota#Metazoa#Chordata#Craniata#Vertebrata#Euteleostomi#Mammalia#%%" and entries2.id=speptides.entry_id limit 1
