fix(preseq): Update lcextrap file name

This commit is contained in:
Edmund Miller 2022-02-17 15:34:26 -06:00
parent 9e9ff6a86d
commit 5b833f9b15
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
2 changed files with 6 additions and 6 deletions

View file

@ -12,9 +12,9 @@ process PRESEQ_LCEXTRAP {
tuple val(meta), path(bam)
output:
tuple val(meta), path("*.ccurve.txt"), emit: ccurve
tuple val(meta), path("*.log") , emit: log
path "versions.yml" , emit: versions
tuple val(meta), path("*.lc_extrap.txt"), emit: lc_extrap
tuple val(meta), path("*.log") , emit: log
path "versions.yml" , emit: versions
when:
task.ext.when == null || task.ext.when
@ -28,7 +28,7 @@ process PRESEQ_LCEXTRAP {
lc_extrap \\
$args \\
$paired_end \\
-output ${prefix}.ccurve.txt \\
-output ${prefix}.lc_extrap.txt \\
$bam
cp .command.err ${prefix}.command.log

View file

@ -4,7 +4,7 @@
- preseq
- preseq/lcextrap
files:
- path: output/preseq/test.ccurve.txt
- path: output/preseq/test.lc_extrap.txt
md5sum: 1fa5cdd601079329618f61660bee00de
- path: output/preseq/test.command.log
@ -14,6 +14,6 @@
- preseq
- preseq/lcextrap
files:
- path: output/preseq/test.ccurve.txt
- path: output/preseq/test.lc_extrap.txt
md5sum: 10e5ea860e87fb6f5dc10f4f20c62040
- path: output/preseq/test.command.log