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
55673d19
Commit
55673d19
authored
Sep 20, 2016
by
Peter van 't Hof
Browse files
Set a default for show zero's
parent
35bb7212
Changes
1
Hide whitespace changes
Inline
Side-by-side
gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsCentrifuge.scala
View file @
55673d19
...
...
@@ -19,6 +19,7 @@ class GearsCentrifuge(val root: Configurable) extends QScript with SummaryQScrip
var
outputName
:
String
=
_
override
def
fixedValues
=
Map
(
"centrifugekreport"
->
Map
(
"only_unique"
->
false
))
override
def
defaults
=
Map
(
"centrifugekreport"
->
Map
(
"show_zeros"
->
true
))
def
init
()
:
Unit
=
{
require
(
fastqR1
!=
null
)
...
...
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