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

Style fix

parent 73e27f7d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ import nl.lumc.sasc.biopet.core.{ Version, BiopetCommandLineFunction }
/** General class for samtools extensions */
abstract class Samtools extends BiopetCommandLineFunction with Version {
override def subPath = "samtools" :: super.subPath
executable = config("exe", default = "samtools", submodule = "samtools" ,freeVar = false)
executable = config("exe", default = "samtools", submodule = "samtools", freeVar = false)
def versionCommand = executable
def versionRegex = """Version: (.*)""".r
override def versionExitcode = List(0, 1)
......
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