Hello!
I just applied Humann2 to analyze my filtered metagenomic sequencing data (.fq files) for the first time.
For my samples (the .fq files with around 20 GB), it takes about one day to finish running one sample on our server (with threads 24) usually.
However, for some samples, it takes too long (more than 3 days). And I can not get results until now. I checked the log files, it seems that it stucks at the bowtie2 alignment step. The bottom lines of the log file are listed below:
10/10/2019 11:55:21 AM - humann2.humann2 - INFO: TIMESTAMP: Completed custom database creation : 2 seconds
10/10/2019 11:55:21 AM - humann2.search.nucleotide - INFO: Running bowtie2-build ........
10/10/2019 11:55:21 AM - humann2.utilities - DEBUG: Using software: /storage1/changanliu/software/conda/miniconda3/envs/humann2/bin/bowtie2-build
10/10/2019 11:55:21 AM - humann2.utilities - INFO: Execute command: /storage1/changanliu/software/conda/miniconda3/envs/humann2/bin/bowtie2-build -f /storage1/changanliu/work/For_BXW/Humann2/AOM/AOM673_humann2_temp_IWS4Er/AOM673_custom_chocophlan_database.ffn /storage1/changanliu/work/For_BXW/Humann2/AOM/AOM673_humann2_temp_IWS4Er/AOM673_bowtie2_index
10/10/2019 11:56:11 AM - humann2.humann2 - INFO: TIMESTAMP: Completed database index : 50 seconds
10/10/2019 11:56:11 AM - humann2.search.nucleotide - DEBUG: Nucleotide input file is of type: fastq
10/10/2019 11:56:11 AM - humann2.utilities - DEBUG: Using software: /storage1/changanliu/software/conda/miniconda3/envs/humann2/bin/bowtie2
10/10/2019 11:56:11 AM - humann2.utilities - INFO: Execute command: /storage1/changanliu/software/conda/miniconda3/envs/humann2/bin/bowtie2 -q -x /storage1/changanliu/work/For_BXW/Humann2/AOM/AOM673_humann2_temp_IWS4Er/AOM673_bowtie2_index -U /storage1/SHARED_DATA/Metagenome/BXW_smoking201904/metagenome_201906/02.Host_Alignment/S673_H7FYVDSXX_L3/S673_H7FYVDSXX_L3.umhost.fq -S /storage1/changanliu/work/For_BXW/Humann2/AOM/AOM673_humann2_temp_IWS4Er/AOM673_bowtie2_aligned.sam -p 24 --very-sensitive
The screenshot of the htop command on our server running Humann2 is as following:

Is this situation normal or something is wrong? Any ideas?
Thank you very much for your help!
Best regards