Skip to content
Snippets Groups Projects
Commit 45035174 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

missing variable

parent e4132c7e
Branches
Tags publish_0.3.1
No related merge requests found
......@@ -222,7 +222,7 @@ process gatkbam {
gbam
.groupTuple(by:0)
.into { ssbam; sambam; hsbam; strelkabam; platbam }
.into { ssbam; sambam; hsbam; strelkabam; platbam; gkbam }
process svcall {
......@@ -327,7 +327,7 @@ process gatk {
//publishDir "$params.output", mode: 'copy'
input:
set subjid,file(gbam),file(gidx) from gatkbam
set subjid,file(gbam),file(gidx) from gkbam
output:
set subjid,file("${subjid}.platypus.vcf.gz") into gatkvcf
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment