From ac3496815463d280a92c9e7f40eec7df23777ffe Mon Sep 17 00:00:00 2001 From: Henrik Stranneheim Date: Mon, 9 Sep 2024 08:06:50 +0200 Subject: [PATCH] Rm deprecated template dir (#3672) ### Changed - Remove deprecated dir --- Dockerfile | 1 - templates/config.yaml | 32 -------------------------------- 2 files changed, 33 deletions(-) delete mode 100644 templates/config.yaml diff --git a/Dockerfile b/Dockerfile index d31725b1ff..8975a393e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ RUN pip install --no-cache-dir poetry \ && poetry install --no-interaction --no-ansi COPY cg ./cg -COPY templates ./templates CMD gunicorn \ --workers=$GUNICORN_WORKERS \ diff --git a/templates/config.yaml b/templates/config.yaml deleted file mode 100644 index 4df605b7a9..0000000000 --- a/templates/config.yaml +++ /dev/null @@ -1,32 +0,0 @@ ---- -database: "mysql+pymysql://USERNAME:PASSWORD@HOST:PORT/DATABASE" -madeline_exe: "/mnt/hds/proj/bioinfo/resources/madeline2" - -housekeeper: - database: "mysql+pymysql://USERNAME:PASSWORD@HOST:PORT/DATABASE" - root: "./DEVELOP/bundles" - -trailblazer: - database: "mysql+pymysql://USERNAME:PASSWORD@HOST:PORT/DATABASE" - script: /mnt/hds/proj/bioinfo/SERVER/miniconda/bin/mip.pl - mip_config: "/mnt/hds/proj/cust000/STAGE/config/mip.v4.yaml" - root: /mnt/hds/proj/bioinfo/MIP_ANALYSIS/families - -lims: - host: url - username: username - password: password - -scout: - database: "mongodb://USERNAME:PASSWORD@HOST:PORT/DATABASE" - database_name: database - -loqusdb: - database: "mongodb://USERNAME:PASSWORD@HOST:PORT/DATABASE" - database_name: database - -chanjo: - database: "mysql+pymysql://USERNAME:PASSWORD@HOST:PORT/DATABASE" - -genotype: - database: "mysql+pymysql://USERNAME:PASSWORD@HOST:PORT/DATABASE"