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

Possible to force a pipeline name as argument now

parent f547c7f2
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
<%@ var rootPath: String %>
<%@ var sampleId: Option[String] = None %>
<%@ var libId: Option[String] = None %>
<%@ var pipeline: String = summary.getValue("meta", "pipeline_name").getOrElse("").toString %>
#{
val pipeline = summary.getValue("meta", "pipeline_name").getOrElse("").toString
val executables = summary.getLibraryValue(sampleId, libId, pipeline, "executables").getOrElse(Map()).asInstanceOf[Map[String, Map[String, Any]]]
}#
......
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