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
9068a69a
Commit
9068a69a
authored
Oct 10, 2014
by
Peter van 't Hof
Browse files
Fix args
parent
9467cec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/apps/BiopetFlagstat.scala
View file @
9068a69a
...
...
@@ -22,7 +22,7 @@ class BiopetFlagstat(val root: Configurable) extends BiopetJavaCommandLineFuncti
override
val
defaultVmem
=
"8G"
memoryLimit
=
Option
(
4.0
)
override
def
commandLine
=
super
.
commandLine
+
required
(
"I"
,
input
)
+
" > "
+
required
(
output
)
override
def
commandLine
=
super
.
commandLine
+
required
(
"
-
I"
,
input
)
+
" > "
+
required
(
output
)
}
object
BiopetFlagstat
extends
ToolCommand
{
...
...
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