On Monday, September 24, 2018 at 2:25:07 PM UTC-4, Eric Franzosa wrote:
I also have a side question. I have set "--threads 20" in calling the humann2, as following,
humann2 --nucleotide-database ~/raw_data/humann2_db_ChocoPhlAn/chocophlan/ \
--protein-database ~/raw_data/humann2_db_ChocoPhlAn/uniref/ \
--input ../60-trimcat.fq --output 60-full \
--metaphlan ~/softwares/metaphlan2 \
--threads 20 >> 60-full-error.log 2>&1
but it seems that bowtie2 is still running on a single thread. I wonder if I am using this in an incorrect way.