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

alntools: fix tsv output :20

parent 9489f360
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ process bam2ec {
output:
tuple val(file_id), path("${bam.simpleName}.bin"), emit: bin
tuple val(gtf_id), path("${transcripts_lengths}"), emit: tsv
tuple val(transcripts_lengths_id), path("${transcripts_lengths}"), emit: tsv
tuple val(file_id), path("${bam.simpleName}_bam2ec_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