Skip to content

Commit

Permalink
Set fastqc threads
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Mar 3, 2024
1 parent e5f1111 commit 69a25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/calculate_statistics.nf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process CALCULATE_STATISTICS {
echo -e "${bam_file}\tMeanMapQuality\t\${mean_map_quality}" >> $output_name
echo -e "${bam_file}\tRG\t\${readgroup}" >> $output_name
fastqc $bam_file -o .
fastqc --threads ${task.cpus} $bam_file -o .
"""
}

0 comments on commit 69a25cc

Please sign in to comment.