Fasta Input With Wildcards Peptide Shaker
Closed this issue · 3 comments
kostrouc commented
hbarsnes commented
If all of the wildcard characters are at the end of your protein sequences, you can probably simply remove them? As they would have no impact on the list of possible peptide sequences anyway?
If they however are inside your protein sequences (don't see any examples of this above though?), you could either remove them there as well (although this would change the interpretation of the wildcards), or you will have to modify and split up the protein sequences before giving the FASTA file to SearchGUI/PeptideShaker.
kostrouc commented
Thank you!
mvaudel commented
Hi,
Wildcards should be denoted with an 'X'. Stars in sequences are often used to represent stop codons between exons. Can this be the case here?
Hope it helps,
Marc