Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
f297526c
Commit
f297526c
authored
May 17, 2016
by
Peter van 't Hof
Browse files
Fixed input error
parent
006e38a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/BiopetPipe.scala
View file @
f297526c
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment