Skip to content

Commit

Permalink
Fix fastp args
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Jul 18, 2024
1 parent b33987b commit dcb488b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/preprocess.nf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ process fastp_single {
--out1 ${unique_id}.fastp.fastq \\
--json ${unique_id}.fastp.json \\
--thread $task.cpus \\
--disable-adaptor-trimming \\
--disable_adapter_trimming \\
--low_complexity_filter \\
--qualified_quality_phred 10 \\
2> ${unique_id}.fastp.log
Expand Down

0 comments on commit dcb488b

Please sign in to comment.