Skip to content
Snippets Groups Projects
Commit 64325f97 authored by Sander van der Zeeuw's avatar Sander van der Zeeuw
Browse files

change sample name in varscan vcf

parent a35c3c9c
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class VarscanCnsSingleSample(val root: Configurable) extends Variantcaller {
}
val varscan = new VarscanMpileup2cns(this)
varscan.vcfSampleList = Some(sampleVcf)
varscan.vcfSampleList = Some(sampleFile)
add(mpileup | fixMpileup | varscan | new Bgzip(this) > sampleVcf)
add(Tabix(this, sampleVcf))
......
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