-
Notifications
You must be signed in to change notification settings - Fork 54
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
IndexError: list out of range #14
Comments
Sorry for the late reply and the inconvenience caused by this issue. Cheers! |
1.6.2 released. You can now either use the removing dep way or update GetOrganelle to solve this problem. |
Ok will try the update, thank you for the fast reply :) |
So I updated but I still get the same error. I also noticed that the script is running from the bin in miniconda while I had done a pip3 install. I rerun using the script in my pip installed folder but still get the same error. So maybe conda and pip conflict is not the problem? Also deleted the ncbi-blast folder and reinstall, same error. |
Could be the conflict. |
Here it is |
Sorry, my fault!!!! Eyes spent ... |
Thank you very much for pointing out this bug! I got it. I missed the other_pt mode in a few code lines and barely tested it. It is interesting that you are using GetOrganelle to assemble plastomes of non-embryophytes. Fixed now! Please update GetOrganelle, again. |
It seems that you did not get many original reads but with extremely high pt percentage. Was it purified DNA or something? |
Thank you Jianjun! |
No problem! |
Hello,
I just tried your tool, which looks quite useful, and everything runned fine until I got the following error:
File "/home/katerina87/miniconda3/bin/get_organelle_from_reads.py", line 3482, in main
expected_maximum_size=options.expected_max_size[go_t],
IndexError: list index out of range
The command I run was
get_organelle_from_reads.py -1 VM3-16_S1_R1.pick.fastq -2 VM3-16_S1_R2.pick.fastq -s Chloroplast.pick.fasta -o GetO_S1_assembly -F other_pt
The reference fasta I am using is from the same species.
Any help or hint on the error would be very helpful.
Thank you!
The text was updated successfully, but these errors were encountered: