-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the format for input using a csv file? #3
Comments
Mentioning csv in the help is confusing, I see. Input csv should contain a peptide per line. I have added |
Thanks! That's helpful. |
Thanks, I got the below error with csv as input (~150K peptides):
Some suggestions? |
At least one of your peptide-encoding strings contains character 'X' which denotes an unknown amino acid and is not supported by the predictor. 'U' is also not supported. As a quick solution, for now please input only the peptide strings containing the 20 amino acids ACDEFGHIKLMNPQRSTVWY. We will consider filtering the peptides with unsupported amino acids in the tool itself. |
I removed all peptides contains X and U but still got error
|
As said, peptide strings shall only contain the 20 canonical amino acids. You have '*' (it usually denotes a stop codon) in at least one of the strings. |
A stop codon in peptide? These are peptides from genes CDS though and I have removed all X/U letters. |
I have a large list of peptides and wondering what is the format if using a csv file as input. I have tried few ways but doesn't work. Is there a template?
The text was updated successfully, but these errors were encountered: