Skip to content

Commit 1152316

Browse files
committed
add snakefile to profile
1 parent 4c6dffc commit 1152316

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

profiles/build-raw/config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ max-jobs-per-second: 1
44
resources:
55
- mem_swap=3500
66
configfile: config.json
7+
snakefile: ./workflow/Snakefile-build-raw
78
keep-going: true
89
rerun-incomplete: true

profiles/default/config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cores: all
22
configfile: config.json
3+
snakefile: ./workflow/Snakefile
34
keep-going: true
45
rerun-incomplete: true

profiles/legend-data/config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ max-jobs-per-second: 1
44
resources:
55
- mem_swap=3500
66
configfile: config.json
7+
snakefile: ./workflow/Snakefile
78
keep-going: true
89
rerun-incomplete: true

0 commit comments

Comments
 (0)