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

Fixed style

parent 86ad2593
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import java.io.PrintWriter
import nl.lumc.sasc.biopet.extensions.gatk.CombineVariants
import nl.lumc.sasc.biopet.extensions.samtools.SamtoolsMpileup
import nl.lumc.sasc.biopet.extensions.varscan.{ FixMpileup, VarscanMpileup2cns }
import nl.lumc.sasc.biopet.extensions.{Bgzip, Tabix}
import nl.lumc.sasc.biopet.extensions.{ Bgzip, Tabix }
import nl.lumc.sasc.biopet.utils.config.Configurable
/**
......
......@@ -64,7 +64,7 @@ class ShivaVariantcallingTest extends TestNGSuite with Matchers {
raw: Boolean,
bcftools: Boolean,
bcftoolsSinglesample: Boolean,
freebayes: Boolean,
freebayes: Boolean,
varscanCnsSinglesample: Boolean) = {
val callers: ListBuffer[String] = ListBuffer()
if (raw) callers.append("raw")
......
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