Skip to content
GitLab
Menu
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
3befe631
Commit
3befe631
authored
Feb 06, 2015
by
bow
Browse files
Merge branch 'feature-fix_raxml' into 'develop'
Feature fix raxml Small fix for basty pipeline See merge request !87
parents
c78ca1be
0999885a
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/Raxml.scala
View file @
3befe631
...
...
@@ -50,6 +50,8 @@ class Raxml(val root: Configurable) extends BiopetCommandLineFunction {
@Argument
(
doc
=
"Output directory"
,
required
=
true
)
var
w
:
String
=
_
var
noBfgs
:
Boolean
=
config
(
"no_bfgs"
,
default
=
false
)
@Input
(
required
=
false
)
var
t
:
File
=
_
...
...
@@ -101,5 +103,6 @@ class Raxml(val root: Configurable) extends BiopetCommandLineFunction {
optional
(
"-f"
,
f
)
+
optional
(
"-t"
,
t
)
+
optional
(
"-z"
,
z
)
+
conditional
(
noBfgs
,
"--no-bgfs"
)
+
required
(
"-T"
,
threads
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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