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

samtools: test for indexing

parent 28a831bf
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,8 @@ process index_bam { ...@@ -62,7 +62,8 @@ process index_bam {
tuple val(file_id), path(bam) tuple val(file_id), path(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
script: 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