Skip to content
Snippets Groups Projects
Commit 7f485e40 authored by Xavier Grand's avatar Xavier Grand
Browse files

modif src/nf_modules/arriba/main.nf input bai file as a path not a tuple

parent b79055de
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ process draw_fusions{ ...@@ -43,7 +43,7 @@ process draw_fusions{
tuple val(fusion_id), path(fusions) tuple val(fusion_id), path(fusions)
tuple val(bam_id), path(bam) tuple val(bam_id), path(bam)
path(gtf) path(gtf)
tuple val(bai_id), path(bai) path(bai)
output: output:
tuple val(fusion_id), path("*.pdf"), emit: drawn_fusions tuple val(fusion_id), path("*.pdf"), emit: drawn_fusions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment