-
Notifications
You must be signed in to change notification settings - Fork 7
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
ValueError("All arrays must be of the same length") #12
Comments
The error is likely due to a problem with profeat when calculating protein features, possibly because profeat cannot recognize your input sequence. If it is convenient for you, please provide us with the complete sequence file for analysis or use our website: https://idrblab.org/annopro |
We recently reproduced the same bug during testing, and found that there were multiple protein sequences with the same ID. Perhaps you have encountered a similar problem and can investigate it. |
I run with the data from https://idrblab.org/annopro, but the problem still exists: ValueError: All arrays must be of the same length |
This problem is caused by the amino acid sequence length being less than 30 during profeat. |
Bug Description
I tried to run it on the following fasta file it gives me this error:
Runtime Environment
Fresh install of requirements
Logs
The text was updated successfully, but these errors were encountered: