Skip to content

Commit

Permalink
fix custom samtools view module
Browse files Browse the repository at this point in the history
  • Loading branch information
muabnezor committed Nov 29, 2024
1 parent 67d44d0 commit ca4d101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/samtools/fastq_longread/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ process SAMTOOLS_LONGREAD_FASTQ {
$args \\
--threads ${task.cpus-1} \\
-0 ${prefix}_other.fastq.gz \\
$input \\
$output
$output \\
$input
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit ca4d101

Please sign in to comment.