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
8a847041
Commit
8a847041
authored
Dec 12, 2016
by
Sander Bollen
Browse files
some spelling fixes.
parent
b2965063
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/PipelineStatus.scala
View file @
8a847041
...
...
@@ -40,10 +40,10 @@ object PipelineStatus extends ToolCommand {
opt
[
Unit
](
"completePlots"
)
maxOccurs
1
action
{
(
x
,
c
)
=>
c
.
copy
(
complatePlots
=
true
)
}
text
"Add complete plots, this is disabled because of performance. "
+
"Complete plots does show each job separated while compressed plots colapse all jobs of the same type together."
"Complete plots does show each job separated
,
while compressed plots col
l
apse all jobs of the same type together."
opt
[
Unit
](
"skipCompressPlots"
)
maxOccurs
1
action
{
(
x
,
c
)
=>
c
.
copy
(
compressPlots
=
false
)
}
text
"Disable compressed plots
,
default compressed plots are enabled."
}
text
"Disable compressed plots
. By
default compressed plots are enabled."
}
def
main
(
args
:
Array
[
String
])
:
Unit
=
{
...
...
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