Skip to content

Commit bf14f2f

Browse files
committed
feat: adding templates for exomiser integration
1 parent 1f6fca8 commit bf14f2f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docker-compose.override.yml-exomiser

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
services:
2+
exomiser-rest-prioritiser:
3+
<<: *service_default
4+
image: "${image_exomiser__name-quay.io/biocontainers/exomiser-rest-prioritiser}:\
5+
${image_exomiser__version-13.3.0--hdfd78af_0}"
6+
command:
7+
- "exomiser-rest-prioritiser"
8+
- "-Xmx6G"
9+
- "-Xms2G"
10+
- "-Dserver.address=0.0.0.0"
11+
- "-Dserver.port=80"
12+
volumes:
13+
- type: bind
14+
source: ${config_basedir:-./.dev/config}/exomiser/application.properties
15+
target: /application.properties
16+
read_only: true
17+
- type: bind
18+
source: ${volumes_basedir:-./.dev/volumes}/exomiser
19+
target: /data
20+
read_only: true

env.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ GUNICORN_WORKERS=16
129129
# Version of the nginx image to use.
130130
# image_nginx_version=1
131131

132+
# Name of the exomiser-rest-prioritiser image to use.
133+
# image_exomiser__name=quay.io/biocontainers/exomiser-rest-prioritiser
134+
135+
# Version of the exomiser-rest-prioritiser image to use.
136+
# image_exomiser__version=13.3.0--hdfd78af_0
137+
132138
# -- General Container Configuration -----------------------------------------
133139

134140
# Base directory for configuration.

0 commit comments

Comments
 (0)