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

Style fix

parent d5d6a13d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ import nl.lumc.sasc.biopet.utils.config.Configurable
import org.broadinstitute.gatk.queue.extensions.gatk.TaggedFile
import org.broadinstitute.gatk.utils.commandline.{ Argument, Gather, Output, Input }
class BaseRecalibrator(val root: Configurable) extends CommandLineGATK with ScatterGatherableFunction {
class BaseRecalibrator(val root: Configurable) extends CommandLineGATK with ScatterGatherableFunction {
def analysis_type = "BaseRecalibrator"
scatterClass = classOf[ContigScatterFunction]
setupScatterFunction = { case scatter: GATKScatterFunction => scatter.includeUnmapped = false }
......
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