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
6dda3f45
Commit
6dda3f45
authored
Mar 09, 2016
by
Peter van 't Hof
Browse files
Fixed default value
parent
09da7b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Cutadapt.scala
View file @
6dda3f45
...
...
@@ -85,7 +85,7 @@ class Cutadapt(val root: Configurable) extends BiopetCommandLineFunction with Su
var
trimN
:
Boolean
=
config
(
"trim_n"
,
default
=
false
)
var
prefix
:
Option
[
String
]
=
config
(
"prefix"
)
var
suffix
:
Option
[
String
]
=
config
(
"suffix"
)
var
stripSuffix
:
Set
[
String
]
=
config
(
"strip_suffix"
)
var
stripSuffix
:
Set
[
String
]
=
config
(
"strip_suffix"
,
default
=
Nil
)
var
lengthTag
:
Option
[
String
]
=
config
(
"length_tag"
)
/** Colorspace options */
...
...
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