mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 21:03:09 +00:00
Remove own modification to a module
This commit is contained in:
parent
5e6be52fab
commit
afdebaf09a
1 changed files with 1 additions and 1 deletions
2
modules/nf-core/modules/samtools/bam2fq/main.nf
generated
2
modules/nf-core/modules/samtools/bam2fq/main.nf
generated
|
@ -45,7 +45,7 @@ process SAMTOOLS_BAM2FQ {
|
|||
bam2fq \\
|
||||
$args \\
|
||||
-@ $task.cpus \\
|
||||
$inputbam | gzip > ${prefix}_interleaved.fq.gz
|
||||
$inputbam > ${prefix}_interleaved.fq.gz
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue