Skip to content
Snippets Groups Projects
Verified Commit 91ec481f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kallisto: fix output capture

parent 481dc0d4
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ process mapping_fastq {
tuple val(file_id), path(reads)
output:
tuple val(file_id), path("${pair_id}"), emit: counts
tuple val(file_id), path("${file_prefix}"), emit: counts
tuple val(file_id), path("*_report.txt"), emit: report
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment