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

Fixed input error

parent 006e38a7
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
*/
class BiopetPipe(val commands: List[BiopetCommandLineFunction]) extends BiopetCommandLineFunction {
@Input
@Input(required = false)
lazy val input: List[File] = try {
commands.flatMap(_.inputs)
} catch {
......
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