From 8a909491c2f4bda9701b78092607e9da617b7b15 Mon Sep 17 00:00:00 2001 From: Anandashankar Anil Date: Fri, 13 Dec 2024 11:19:41 +0100 Subject: [PATCH] Support ont FCs in bioinfo tab --- run_dir/design/bioinfo_tab/run_lane_sample_view.html | 2 ++ run_dir/design/bioinfo_tab/sample_run_lane_view.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/run_dir/design/bioinfo_tab/run_lane_sample_view.html b/run_dir/design/bioinfo_tab/run_lane_sample_view.html index 72951221f..27d38c964 100644 --- a/run_dir/design/bioinfo_tab/run_lane_sample_view.html +++ b/run_dir/design/bioinfo_tab/run_lane_sample_view.html @@ -72,6 +72,8 @@ {% set url_addition = "" %} {% if flowcell.get("instrument_type") == "element"%} {% set url_addition = "_element" %} + {% elif flowcell.get("instrument_type") == "ont"%} + {% set url_addition = "_ont" %} {% end %} diff --git a/run_dir/design/bioinfo_tab/sample_run_lane_view.html b/run_dir/design/bioinfo_tab/sample_run_lane_view.html index 1db3ff7fc..a6e2e34d4 100644 --- a/run_dir/design/bioinfo_tab/sample_run_lane_view.html +++ b/run_dir/design/bioinfo_tab/sample_run_lane_view.html @@ -116,6 +116,8 @@ {% set url_addition = "" %} {% if flowcell.get("instrument_type") == "element"%} {% set url_addition = "_element" %} + {% elif flowcell.get("instrument_type") == "ont"%} + {% set url_addition = "_ont" %} {% end %}