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
ba925f6c
Commit
ba925f6c
authored
Nov 10, 2014
by
Peter van 't Hof
Browse files
Merge branch 'fixsamtofastq' into 'develop'
Fixsamtofastq Added java GC options to DEVELOP See merge request !48
parents
e44e7e62
ffc8be9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetJavaCommandLineFunction.scala
View file @
ba925f6c
...
...
@@ -5,6 +5,10 @@ import org.broadinstitute.gatk.queue.function.JavaCommandLineFunction
trait
BiopetJavaCommandLineFunction
extends
JavaCommandLineFunction
with
BiopetCommandLineFunctionTrait
{
executable
=
"java"
javaGCThreads
=
config
(
"java_gc_threads"
)
javaGCHeapFreeLimit
=
config
(
"java_gc_heap_freelimit"
)
javaGCTimeLimit
=
config
(
"java_gc_timelimit"
)
override
def
afterGraph
{
memoryLimit
=
config
(
"memory_limit"
)
}
...
...
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