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

Fixed main class

parent 14b2a54a
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ import org.broadinstitute.gatk.utils.commandline.{ Input, Output } ...@@ -23,7 +23,7 @@ import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
class CatVariants(val root: Configurable) extends BiopetJavaCommandLineFunction with Reference { class CatVariants(val root: Configurable) extends BiopetJavaCommandLineFunction with Reference {
javaMainClass = classOf[org.broadinstitute.gatk.tools.CatVariants].getClass.getName javaMainClass = classOf[org.broadinstitute.gatk.tools.CatVariants].getName
@Input(required = true) @Input(required = true)
var inputFiles: List[File] = Nil var inputFiles: List[File] = Nil
......
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