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
c7d7faa8
Commit
c7d7faa8
authored
Nov 25, 2015
by
Wai Yi Leung
Browse files
Set defaults for Boolean values (missed the ignore_quals)
parent
1a27786b
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Bowtie2.scala
View file @
c7d7faa8
...
...
@@ -53,7 +53,7 @@ class Bowtie2(val root: Configurable) extends BiopetCommandLineFunction with Ref
var
n_ceil
:
Option
[
String
]
=
config
(
"n_ceil"
)
var
dpad
:
Option
[
Int
]
=
config
(
"dpad"
)
var
gbar
:
Option
[
Int
]
=
config
(
"gbar"
)
var
ignore_quals
:
Boolean
=
config
(
"ignore_quals"
)
var
ignore_quals
:
Boolean
=
config
(
"ignore_quals"
,
default
=
false
)
var
nofw
:
Boolean
=
config
(
"nofw"
,
default
=
false
)
var
norc
:
Boolean
=
config
(
"norc"
,
default
=
false
)
var
no_1mm_upfront
:
Boolean
=
config
(
"no_1mm_upfront"
,
default
=
false
)
...
...
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