-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error in rule collect_taxa_summaries #27
Comments
Hello @teojcryan and thank you for using By default, A quick solution would be to change your command to: mess hmp-template --site buccal_mucosa -o outdir --threads 8 --reference False Alternatively, I replaced taxids with genome accessions, so that downloads are faster and reproducible in this branch. Can you try to re-install mess from this branch and let me know if it fixed your issue ? |
Thanks @farchaab! I've re-installed mess from the 'hmp-template' branch and the downloads do seem to be a lot faster. However, I'm running into a new but related error which seems to stem from an attempt to convert non-finite values (like NA or inf) to integers during a Pandas astype() operation. Specifically, it's failing on the column 'number_of_contigs', which likely contains NaNs or infinite values, causing the type casting to integers to fail.
|
Thanks for testing out the branch @teojcryan ! I am glad that the downloads are faster ! As you said, the bug in the rule Since this column is not useful for read simulation, I removed it with this commit e9ab869 (You can still see the contigs number in Let me know if this solved your issue ! |
Thanks for the quick response @farchaab, appreciate it. The commit has resolved the issue with the number_of_contigs column but now the same issue is coming up with the total_sequence_length column - I'm guessing the fix would be similar!
|
Huh, that should not happen !
Can you have a look at Also is this for the buccal_mucosa samples or the gut ? Can you try to remove the output directory and re-run the pipeline ? |
I've cleared the output directory and re-ran the pipeline on both buccal_mucosa and gut samples separately, but still ran into the same error on |
Hello @teojcryan, I see that you use In the meantime, you can try the command below, which ran without issues for me ( mess hmp-template --site buccal_mucosa --threads 8 --sdm apptainer |
Thanks @farchaab! I completed the run successfully using apptainer. |
Thanks for developing and maintaining this tool!
MeSS version
mess, version 0.9.1 compiled from source as of 2024-10-24.
Describe the bug
Ran into the following errors when running
mess hmp-template
.Minimal example
Additional context
The process completed 507 of 520 steps (98%) before encountering this error and exiting.
The text was updated successfully, but these errors were encountered: