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
16684efc
Commit
16684efc
authored
Oct 06, 2016
by
Sander Bollen
Browse files
raise default starting memory
parent
4bb140dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/freec/FreeC.scala
View file @
16684efc
...
...
@@ -125,7 +125,7 @@ class FreeC(val root: Configurable) extends BiopetCommandLineFunction with Refer
override
def
versionCommand
=
executable
override
def
versionRegex
=
"""Control-FREEC v([0-9\.]+) : .*"""
.
r
override
def
defaultThreads
=
4
override
def
defaultCoreMemory
=
4.
0
override
def
defaultCoreMemory
=
5
0
private
var
configFile
:
File
=
_
...
...
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