#import(nl.lumc.sasc.biopet.utils.summary.db.SummaryDb) #import(nl.lumc.sasc.biopet.core.report.ReportPage) #import(scala.concurrent.Await) #import(scala.concurrent.duration.Duration) <%@ var summary: SummaryDb %> <%@ var rootPath: String %> <%@ var pipeline: String %> <%@ var runId: Int %> #{ val run = Await.result(summary.getRuns(runId = Some(runId)), Duration.Inf).head val samples = Await.result(summary.getSamples(runId = Some(runId)), Duration.Inf) val settings = summary.getSettingKeys(runId, Right(pipeline), keyValues = Map( "contigs" -> List("reference", "contigs"), "species" -> List("reference", "species"), "name" -> List("reference", "name") )) }#
Pipeline | ${pipeline} |
---|---|
Version | ${run.version} |
Last commit hash | ${run.commitHash} |
Output directory | ${run.outputDir} |
Reference | ${settings.get("species")} - ${settings.get("name")} |
Number of samples | ${samples.size} |
In this web document you can find your ${pipeline} pipeline report. Different categories of data can be found in the left-side menu. Statistics per sample and library can be accessed through the top-level menu. Some statistics for target regions can be found in the regions tab. Futhermore, you can view all versions of software tools used by selecting Versions from the top menu.