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

fix version

parent 9b16ee45
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ class Tabix(val root: Configurable) extends BiopetCommandLineFunction {
var p: Option[String] = config("p")
executable = config("exe", default = "tabix")
override val versionRegex = """version: (.*)""".r
override val versionRegex = """[Vv]ersion: (.*)""".r
override def versionCommand = executable
override def beforeGraph: Unit = {
......
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