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