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
bfd2bddb
Commit
bfd2bddb
authored
Nov 14, 2014
by
Peter van 't Hof
Browse files
Add gatk jar option
parent
26d1fd82
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/gatk/GatkGeneral.scala
View file @
bfd2bddb
...
...
@@ -6,6 +6,8 @@ import org.broadinstitute.gatk.queue.extensions.gatk.CommandLineGATK
trait
GatkGeneral
extends
CommandLineGATK
with
BiopetJavaCommandLineFunction
{
memoryLimit
=
Option
(
3
)
if
(
config
.
contains
(
"gatk_jar"
))
jarFile
=
config
(
"gatk_jar"
)
override
val
defaultVmem
=
"7G"
if
(
config
.
contains
(
"intervals"
,
submodule
=
"gatk"
))
intervals
=
config
(
"intervals"
,
submodule
=
"gatk"
).
getFileList
...
...
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