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
ec277777
Commit
ec277777
authored
Apr 28, 2016
by
Peter van 't Hof
Browse files
Fixed report
parent
6e0cb911
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
View file @
ec277777
...
...
@@ -125,7 +125,7 @@ trait ReportBuilder extends ToolCommand {
"fonts/glyphicons-halflings-regular.woff"
,
"fonts/glyphicons-halflings-regular.ttf"
,
"fonts/glyphicons-halflings-regular.woff2"
).
map
(
x
=>
ExtFile
(
"/nl/lumc/sasc/biopet/core/report/ext"
+
x
,
x
))
).
map
(
x
=>
ExtFile
(
"/nl/lumc/sasc/biopet/core/report/ext
/
"
+
x
,
x
))
/** Main function to for building the report */
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