Skip to content
GitLab
Menu
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
ef7186db
Commit
ef7186db
authored
May 01, 2016
by
Peter van 't Hof
Browse files
Fixed config key
parent
b5d6f8b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/ScatterGatherableFunction.scala
View file @
ef7186db
...
...
@@ -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
,
default
=
1
)
scatterCount
=
config
(
"scattercount"
,
freeVar
=
true
,
default
=
1
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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