Skip to content
Snippets Groups Projects
Commit da16ea9d authored by Sander van der Zeeuw's avatar Sander van der Zeeuw
Browse files

Merge remote-tracking branch 'origin/feature-gears' into feature-gears

parents db59819c baa4c758
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ abstract class Sambamba extends BiopetCommandLineFunction {
override def subPath = "sambamba" :: super.subPath
executable = config("exe", default = "sambamba", freeVar = false)
executable = config("exe", default = "sambamba", submodule = "sambamba")
override def versionCommand = executable
override def versionRegex = """sambamba v(.*)""".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