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
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ process index_bam {
output:
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:
"""
......
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