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
04038e39
Commit
04038e39
authored
Aug 22, 2016
by
Peter van 't Hof
Browse files
Raised picard default memory
parent
cfd88812
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/Picard.scala
View file @
04038e39
...
...
@@ -60,7 +60,7 @@ abstract class Picard extends BiopetJavaCommandLineFunction with Version {
def
versionRegex
=
"""Version: (.*)"""
.
r
override
def
versionExitcode
=
List
(
0
,
1
)
override
def
defaultCoreMemory
=
3
.0
override
def
defaultCoreMemory
=
4
.0
override
def
getVersion
=
{
if
(
jarFile
==
null
)
Picard
.
getBiopetPicardVersion
...
...
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