-
Notifications
You must be signed in to change notification settings - Fork 89
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
Get_Proteins_app issues #303
Comments
Thank you for your report, user @asd1864714 Could you please provide The error in
could you please provide the system characteristics as well? They are usually an output on top of Thanks. |
I just downloaded a sequence at NCBI as a test, this is my system version: |
Thanks. Ubuntu has been a tough nut for us historically, although we seem to be handling it better recently. But let me first try to reproduce this locally |
I am getting closer to locating the source of error here. Meanwhile, I recommend to use, as a workaround, the species name instead of just genus. |
Ok thanks, I've tried using species names before but that didn't work either |
It should work for this species:
|
Yes, it is Staphylococcus hsinchuensis. Sorry, I am not proficient in coding. I tried reinstalling docker, but the same problem still occurred. I will try to install it on the CentOS machine later. |
This species name was renamed after we prepared release on 4/28 (see the release version). You might have better luck with the old recognized name "Staphylococcus sp. H164" |
I verified locally that this solution works |
Thanks for your patient answer, it's working fine now |
Glad to hear that! We will keep the Issue open. The issue of |
Hello, I found that adding “sp.” after the genus can run normally. It may help you find the problem. For example: ./pgap.py -n -o out_directory -g sequence.fasta -s "Frankia" is changed to ./pgap.py -n -o out_directory -g sequence.fasta -s "Frankia sp." |
Thank you for your help, user @asd1864714 ! We appreciate your input very much. Yes, we located the code that caused this regression of functionality and we are working on fixing it soon. |
The code is fixed and the fix will be available as part of next release |
./pgap.py -n -o out_directory -g sequence.fasta -s Staphylococcus
cwltool.log
I don't know what the problem is anymore, the last version worked fine
The text was updated successfully, but these errors were encountered: