Skip to content

Commit

Permalink
Merge pull request #43 from nf-core/set-fastp-threads
Browse files Browse the repository at this point in the history
Use all available threads for fastp process
  • Loading branch information
scwatts authored May 22, 2024
2 parents a5b9846 + d1bc96a commit b0cf4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/fastp/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ process FASTP {
--disable_adapter_trimming \\
--disable_trim_poly_g \\
--split_by_lines ${4 * max_fastq_records} \\
--thread ${task.cpus} \\
--out1 ${meta.sample_id}_${meta.library_id}_${meta.lane}_R1.fastp.fastq.gz \\
--out2 ${meta.sample_id}_${meta.library_id}_${meta.lane}_R2.fastp.fastq.gz
Expand Down

0 comments on commit b0cf4ce

Please sign in to comment.