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

Version

parent 439da30a
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 = """[Vv]ersion: (.*)""".r
override val versionRegex = """Version: (.*)""".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