feat: itcc lens2 (#365)

This commit is contained in:
Martin Jurk
2026-01-28 14:28:09 +01:00
committed by GitHub
parent 7dc9e2e663
commit 6923ead6ce
5 changed files with 50 additions and 15 deletions

View File

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