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

Added version to varscan

(cherry picked from commit a13b0d1d)
parent 8b099b94
No related branches found
No related tags found
No related merge requests found
......@@ -15,20 +15,15 @@
*/
package nl.lumc.sasc.biopet.extensions.varscan
import nl.lumc.sasc.biopet.core.BiopetJavaCommandLineFunction
import nl.lumc.sasc.biopet.core.{ Version, BiopetJavaCommandLineFunction }
abstract class Varscan extends BiopetJavaCommandLineFunction {
abstract class Varscan extends BiopetJavaCommandLineFunction with Version {
override def subPath = "varscan" :: super.subPath
jarFile = config("varscan_jar")
/**
* TODO: test version
* override def versionCommand = super.commandLine
* override val versionRegex = """VarScan v(.*)""".r
*/
override def defaultCoreMemory = 5.0
def versionCommand = super.commandLine
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