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

samtools: main.nf clarify bam_index output1

parent ed50e0a0
Branches
Tags
No related merge requests found
...@@ -63,7 +63,7 @@ process index_bam { ...@@ -63,7 +63,7 @@ process index_bam {
output: output:
tuple val(file_id), path(bam), emit: bam tuple val(file_id), path(bam), emit: bam
tuple val(file_id), path("*.bam*"), emit: bam_idx tuple val(file_id), path("*.bam.bai"), emit: bam_idx
script: script:
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment