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
0c5a9bbe
Commit
0c5a9bbe
authored
Jul 13, 2017
by
Peter van 't Hof
Browse files
Fix compile error
parent
c3e801d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/Picard.scala
View file @
0c5a9bbe
...
...
@@ -50,7 +50,7 @@ abstract class Picard extends BiopetJavaCommandLineFunction with Version {
var
maxRecordsInRam
:
Option
[
Int
]
=
config
(
"maxrecordsinram"
)
@Argument
(
doc
=
"CREATE_INDEX"
,
required
=
false
)
va
l
createIndex
:
Boolean
=
config
(
"createindex"
,
default
=
true
)
va
r
createIndex
:
Boolean
=
config
(
"createindex"
,
default
=
true
)
@Argument
(
doc
=
"CREATE_MD5_FILE"
,
required
=
false
)
var
createMd5
:
Boolean
=
config
(
"createmd5"
,
default
=
false
)
...
...
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