Dear HUMAnN creators,
I’ve run humann3 successfully on loads of samples, with a single exception. For that particular sample, I get the genefamilies, minpath starts running, but then there is an error (see below).
I ran the same sample without any issues with the humann2.
This is the error message:
Traceback (most recent call last):
File “/miniconda3/envs/metagenomes/bin/humann3”, line 11, in
sys.exit(main())
File “/miniconda3/envs/metagenomes/lib/python3.7/site-packages/humann/humann.py”, line 1119, in main
gene_scores, reactions_database, pathways_database)
File “/miniconda3/envs/metagenomes/lib/python3.7/site-packages/humann/quantify/modules.py”, line 154, in identify_reactions_and_pathways
utilities.command_threading(config.threads,minpath_commands)
File “/miniconda3/envs/metagenomes/lib/python3.7/site-packages/humann/utilities.py”, line 607, in command_threading
worker.start()
File “/miniconda3/envs/metagenomes/lib/python3.7/threading.py”, line 852, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can’t start new thread
And the end of the log:
12/31/2020 01:13:45 AM - humann.quantify.modules - INFO: Run MinPath on g__Actinobaculum.s__Actinobaculum_sp_oral_taxon_183
12/31/2020 01:13:45 AM - humann.quantify.modules - INFO: Compute reaction scores for bug: unclassified
12/31/2020 01:13:47 AM - humann.quantify.modules - INFO: Run MinPath on unclassified
12/31/2020 01:13:47 AM - humann.quantify.modules - INFO: Compute reaction scores for bug: all
12/31/2020 01:13:49 AM - humann.quantify.modules - INFO: Run MinPath on all
Thanks a lot!
G