mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:13:10 +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 \\
|
bam2fq \\
|
||||||
$args \\
|
$args \\
|
||||||
-@ $task.cpus \\
|
-@ $task.cpus \\
|
||||||
$inputbam | gzip > ${prefix}_interleaved.fq.gz
|
$inputbam > ${prefix}_interleaved.fq.gz
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
"${task.process}":
|
"${task.process}":
|
||||||
|
|
Loading…
Reference in a new issue