Skip to content

Commit

Permalink
I now know java has a set maximum integer size!
Browse files Browse the repository at this point in the history
  • Loading branch information
nrminor committed Nov 7, 2024
1 parent 96cc0cd commit 10cc45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bbmap.nf
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ process QUALITY_TRIM {
bbduk.sh -Xmx2g in=`realpath ${reads}` \
out=${sample_id}_qtrimmed.fastq.gz \
qtrim=rl minavgquality=${params.min_qual} \
maxlength=${params.max_len} minlength=${params.min_len} \
minlength=${params.min_len} \
ordered threads=${task.cpus}
"""

Expand Down

0 comments on commit 10cc45a

Please sign in to comment.