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

Fix style

parent dd163178
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ trait BiopetCommandLineFunction extends CommandLineResources { biopetFunction =>
override def freezeFieldValues() {
this match {
case r:Reference =>
case r: Reference =>
if (r.dictRequired) deps :+= r.referenceDict
if (r.faiRequired) deps :+= r.referenceFai
deps = deps.distinct
......
......@@ -19,7 +19,7 @@ import java.io.File
import nl.lumc.sasc.biopet.core.Reference
import nl.lumc.sasc.biopet.utils.config.Configurable
import org.broadinstitute.gatk.utils.commandline.{Input, Output}
import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
/** Extension for picard SortVcf */
class SortVcf(val root: Configurable) extends Picard with Reference {
......
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