Skip to content

Commit

Permalink
Update modules/nf-core/vsearch/fastqfilter/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
  • Loading branch information
FernandoDuarteF and SPPearce authored Aug 22, 2024
1 parent f5ec4a5 commit 9ba009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/vsearch/fastqfilter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process VSEARCH_FASTQFILTER {
vsearch \\
--fastq_filter ${fastq} \\
$args \\
--fastaout ${prefix}.filtered.fasta 2>&1 | tee ${prefix}.filtered.log
--fastaout ${prefix}.fasta 2>&1 | tee ${prefix}.log
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 9ba009e

Please sign in to comment.