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

alntools: change input to bam to indexed bam

parent 03d1b183
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ process bam2ec { ...@@ -12,7 +12,7 @@ process bam2ec {
} }
input: input:
tuple val(file_id), path(bam) tuple val(file_id), path(bam), path(bam_idx)
tuple val(gtf_id), path(gtf) tuple val(gtf_id), path(gtf)
output: output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment