-
Notifications
You must be signed in to change notification settings - Fork 1
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 index out of range #4
Comments
Hi! |
Species: Mycobacterium tuberculosis |
You can also test E.coli with all complete genomes in GenBank, get the same error. |
Can reproduce with the Mycobacterium tuberculosis dataset |
Full errors: multiprocessing.pool.RemoteTraceback: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Thanks! I'm running it right now in my computers, adding some traces to see what could be happening. |
Nevermind, I now think that the problem is due to the presence of ambiguous bases in the input fasta files |
Hi again! This issue is hopefully fixed in the new version 0.9.3 |
Error in ".../anaconda3/envs/SuperPang/lib/python3.8/site-packages/SuperPang/lib/Assembler.py", line 829, in reconstruct_sequence
if k[:-1] == kmers[-1][1:]:
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: