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

Change version command

parent fcb1e2f5
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ abstract class Varscan extends BiopetJavaCommandLineFunction with Version {
jarFile = config("varscan_jar")
def versionCommand = super.commandLine
def versionCommand = s"$executable -jar $jarFile"
def versionRegex = """VarScan v(.*)""".r
}
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