-
Notifications
You must be signed in to change notification settings - Fork 3
/
puma.yaml
42 lines (39 loc) · 1.41 KB
/
puma.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Environment configuration file for looper
# This version describes the compute environment on Rivanna at UVA
compute_packages:
default:
submission_template: templates/localhost_template.sub
submission_command: sh
local:
submission_template: templates/localhost_template.sub
submission_command: sh
default:
submission_template: templates/localhost_template.sub
submission_command: sh
singularity:
submission_template: templates/localhost_singularity_template.sub
submission_command: sh
singularity_args: -B /ext:/ext
bulker_local:
submission_template: templates/localhost_bulker_template.sub
submission_command: sh
docker:
submission_template: templates/localhost_docker_template.sub
submission_command: sh
docker_args: |
--user=$(id -u):$(id -g) \
--env="DISPLAY" \
-e "GENOMES" \
-e "REFGENIE" \
--volume="$EXTDATA:$EXTDATA" \
--volume="/project:/project" \
--volume ${CODEBASE}:${CODEBASE} \
--volume ${PROCESSED}:${PROCESSED} \
--volume="/etc/group:/etc/group:ro" \
--volume="/etc/passwd:/etc/passwd:ro" \
--volume="/etc/shadow:/etc/shadow:ro" \
--volume="/etc/sudoers.d:/etc/sudoers.d:ro" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--workdir="`pwd`" \
# old idea:
# pipelines: [$CODEBASE/pipelines, $CODEBASE/ATACseq, $CODEBASE/hichip_pipeline, $CODEBASE/open_pipelines]