Skip to content
Snippets Groups Projects
Commit c10bb10f authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Remove comment

parent 19236e6f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ class Freebayes(val root: Configurable) extends Variantcaller {
val fb = new nl.lumc.sasc.biopet.extensions.Freebayes(this)
fb.bamfiles = inputBams.values.toList
fb.outputVcf = new File(outputDir, namePrefix + ".freebayes.vcf")
//fb.isIntermediate = true
add(fb | new Bgzip(this) > outputFile)
add(Tabix.apply(this, outputFile))
......
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