add labels kr project

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2024-07-29 09:59:07 +02:00
parent c4fc6e32ba
commit ad5fdea827
14 changed files with 375 additions and 0 deletions

5
kr/modules/lens-setup.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
if [ -n "$ENABLE_LENS" ];then
OVERRIDE+=" -f ./$PROJECT/modules/lens-compose.yml"
fi