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
870a82d6
Commit
870a82d6
authored
Jun 25, 2015
by
Peter van 't Hof
Browse files
Code style
parent
723e89a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
View file @
870a82d6
...
...
@@ -91,7 +91,7 @@ trait ReportBuilder extends ToolCommand {
cmdArgs
.
pageArgs
+=
"sampleId"
->
Some
(
s
)
_sampleId
=
Some
(
s
)
}
case
_
=>
case
_
=>
}
cmdArgs
.
pageArgs
.
get
(
"libId"
)
match
{
...
...
@@ -99,7 +99,7 @@ trait ReportBuilder extends ToolCommand {
cmdArgs
.
pageArgs
+=
"libId"
->
Some
(
l
)
_libId
=
Some
(
l
)
}
case
_
=>
case
_
=>
}
logger
.
info
(
"Copy Base files"
)
...
...
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