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

g2gtools: fix typo : 13

parent db1f8f5e
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ process vci_build {
tuple val(file_id), path(vcf)
tuple val(ref_id), path(fasta)
output:
tuple val(file_id), path("*.vci"), path("*.tbi"), emit: vci
tuple val(file_id), path("*.vci.gz"), path("*.tbi"), emit: vci
tuple val(file_id), path("*_report.txt"), emit: report
script:
input_vcf = ""
......
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