-
Notifications
You must be signed in to change notification settings - Fork 6
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
Homininae prebuilt database - Problem #30
Comments
Hello @rlibouba , Thanks for reporting this error. This is an unexpected issue that seem to happen when using a database covering a clade with not enough species in our reference database, which conflict with OMArk inner working. I'll try to make OMArk answer with a more informative error message. Cheers, |
Hello @YanNevers , Thank you for your explanations and your help. Have a nice day, |
Hello @YanNevers , I'm coming back to you after your reply yesterday. I was able to discuss my problem with my colleagues. Have a nice day, |
Dear @rlibouba, I apologize, I missed your latest message and this issue felt through my awareness. |
Hi,
I'm working on the French Galaxy instance, and we want to integrate OMArk and add pre-built OMAmer databases. While testing the available databases, I encountered a problem with the Homininae.h5 database.
Here's the error I get :
WARNING: The selected ancestral lineage is from the phylum rank or higher which means the target species' taxonomic division is not well sampled in our database. The results may lack accuracy. Traceback (most recent call last): File "/home/rlibouba/.conda/envs/mamba/envs/omark/bin/omark", line 51, in <module> omark.launcher(arg) File "/home/rlibouba/.conda/envs/mamba/envs/omark/lib/python3.10/site-packages/omark/omark.py", line 265, in launcher get_omamer_qscore(omamerfile, dbpath, outdir, taxid, original_FASTA_file = original_fasta, isoform_file=isoform_file, taxonomic_rank=taxonomic_rank) File "/home/rlibouba/.conda/envs/mamba/envs/omark/lib/python3.10/site-packages/omark/omark.py", line 118, in get_omamer_qscore LOG.info('Ancestral lineage is '+closest_corr) TypeError: can only concatenate str (not "NoneType") to str /home/rlibouba/.conda/envs/mamba/envs/omark/lib/python3.10/site-packages/tables/file.py:113: UnclosedFileWarning: Closing remaining open file: ../db/Homininae.h5 warnings.warn(UnclosedFileWarning(msg))
Can you help? This error was obtained with this command line: omark -f file.omamer -d /db/Homininae.h5 -o omark_output
The text was updated successfully, but these errors were encountered: