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
b9a543ec
Commit
b9a543ec
authored
Apr 26, 2016
by
Peter van 't Hof
Browse files
Fixed default scattercount
parent
967dd7ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/ScatterGatherableFunction.scala
View file @
b9a543ec
...
...
@@ -5,5 +5,5 @@ package nl.lumc.sasc.biopet.core
*/
trait
ScatterGatherableFunction
extends
BiopetCommandLineFunction
with
org
.
broadinstitute
.
gatk
.
queue
.
function
.
scattergather
.
ScatterGatherableFunction
{
scatterCount
=
config
(
"scatter_count"
,
freeVar
=
true
)
scatterCount
=
config
(
"scatter_count"
,
freeVar
=
true
,
default
=
1
)
}
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