Skip to content
Snippets Groups Projects
Commit d9396e61 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed mapping report

parent 766209e0
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ object MappingReport extends ReportBuilder {
/** Name of report */
val reportName = "Mapping Report"
override def extFiles = super.extFiles ++ List("js/gears.js")
.map(x => ExtFile("/nl/lumc/sasc/biopet/pipelines/gears/report/ext" + x, x))
override def extFiles = super.extFiles ++ List("js/gears.js", "js/krona-2.0.js", "img/krona/loading.gif", "img/krona/hidden.png", "img/krona/favicon.ico")
.map(x => ExtFile("/nl/lumc/sasc/biopet/pipelines/gears/report/ext/" + x, x))
def krakenExecuted = summary.getValue(sampleId, libId, "gears", "stats", "krakenreport").isDefined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment