1
0
Fork 0
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:
ljmesi 2022-05-03 10:15:11 +02:00
parent 5e6be52fab
commit afdebaf09a

View file

@ -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}":