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
4ede1b88
Commit
4ede1b88
authored
Jun 07, 2016
by
Peter van 't Hof
Browse files
Added threads flag
parent
8a2fdc5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/hisat/Hisat2Build.scala
View file @
4ede1b88
...
...
@@ -57,6 +57,7 @@ class Hisat2Build(val root: Configurable) extends BiopetCommandLineFunction with
}
def
cmdLine
=
required
(
executable
)
+
optional
(
"-p"
,
threads
)
+
optional
(
"--bmax"
,
bmax
)
+
optional
(
"--bmaxdivn"
,
bmaxdivn
)
+
optional
(
"--dcv"
,
dcv
)
+
...
...
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