script to optional use omics

This commit is contained in:
Martin Jurk
2025-11-25 08:35:09 +01:00
parent b8bef62ed7
commit 02a3a87ebd

View File

@@ -0,0 +1,5 @@
#!/bin/bash
if [ -n "$ENABLE_OMICS" ];then
OVERRIDE+=" -f ./$PROJECT/modules/itcc-omics-ingest.yaml"
fi