Skip to content
Snippets Groups Projects
Commit 8b3579f3 authored by Sander Bollen's avatar Sander Bollen
Browse files

Merge branch 'fix-BIOPET-486' into 'develop'

Fixing fix-BIOPET-486



See merge request !507
parents bae8c53d 2754750c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ class Breakdancer(val root: Configurable) extends SvCaller {
val bdcfg = BreakdancerConfig(this, bamFile, new File(breakdancerSampleDir, sample + ".breakdancer.cfg"))
val breakdancer = BreakdancerCaller(this, bdcfg.output, new File(breakdancerSampleDir, sample + ".breakdancer.tsv"))
breakdancer.deps :+= bamFile
val bdvcf = BreakdancerVCF(this, breakdancer.output, new File(breakdancerSampleDir, sample + ".breakdancer.vcf"),
sample = sample + sampleNameSuffix)
......
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