From 02a3a87ebd935b9f575f765ff59800c33557586e Mon Sep 17 00:00:00 2001 From: Martin Jurk Date: Tue, 25 Nov 2025 08:35:09 +0100 Subject: [PATCH] script to optional use omics --- itcc/modules/itcc-omics-ingest.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 itcc/modules/itcc-omics-ingest.sh diff --git a/itcc/modules/itcc-omics-ingest.sh b/itcc/modules/itcc-omics-ingest.sh new file mode 100644 index 0000000..0a1614f --- /dev/null +++ b/itcc/modules/itcc-omics-ingest.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +if [ -n "$ENABLE_OMICS" ];then + OVERRIDE+=" -f ./$PROJECT/modules/itcc-omics-ingest.yaml" +fi \ No newline at end of file