Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biopet.biopet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Mirrors
biopet.biopet
Commits
2da5df17
Commit
2da5df17
authored
Mar 31, 2017
by
akaljuvee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
e6462da9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
biopet-utils/src/main/scala/nl/lumc/sasc/biopet/utils/rscript/LinePlot.scala
...in/scala/nl/lumc/sasc/biopet/utils/rscript/LinePlot.scala
+1
-1
No files found.
biopet-utils/src/main/scala/nl/lumc/sasc/biopet/utils/rscript/LinePlot.scala
View file @
2da5df17
...
...
@@ -58,7 +58,7 @@ class LinePlot(val root: Configurable) extends Rscript {
(
if
(
xLog10
)
Seq
(
"--xLog10"
,
"true"
)
else
Seq
())
++
(
if
(
yLog10
)
Seq
(
"--yLog10"
,
"true"
)
else
Seq
())
++
(
if
(
xLog10AxisTicks
.
nonEmpty
)
xLog10AxisTicks
.+:(
"--xLog10Breaks"
)
else
Seq
())
++
(
if
(
xLog10Axis
Tick
s
.
nonEmpty
)
xLog10AxisLabels
.+:(
"--xLog10Labels"
)
else
Seq
())
(
if
(
xLog10Axis
Label
s
.
nonEmpty
)
xLog10AxisLabels
.+:(
"--xLog10Labels"
)
else
Seq
())
}
...
...
Write
Preview
Markdown
is supported
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