Skip to content

Commit 0a11a31

Browse files
committed
fix: correct configs
1 parent 0965a68 commit 0a11a31

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

docs/_static/config/beginner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ containers:
33
framework: docker
44
unpack_singularity: false
55
registry:
6-
base_url: docker.io
7-
owner: reedcompbio
6+
base_url: ghcr.io
7+
owner: reed-compbio
88

99
# Each algorithm has an 'include' parameter. By toggling 'include' to true/false the user can change
1010
# which algorithms are run in a given experiment.

docs/_static/config/intermediate.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
hash_length: 7
2+
23
containers:
34
framework: docker
45
unpack_singularity: false
56
registry:
6-
base_url: docker.io
7-
owner: reedcompbio
7+
base_url: ghcr.io
8+
owner: reed-compbio
89

910
# Each algorithm has an 'include' parameter. By toggling 'include' to true/false the user can change
1011
# which algorithms are run in a given experiment.

test/analysis/input/egfr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ containers:
55
framework: docker
66
unpack_singularity: false
77
registry:
8-
base_url: docker.io
9-
owner: reedcompbio
8+
base_url: ghcr.io
9+
owner: reed-compbio
1010

1111
algorithms:
1212
- name: pathlinker

test/generate-inputs/inputs/test_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ containers:
33
framework: docker
44
unpack_singularity: false
55
registry:
6-
base_url: docker.io
7-
owner: reedcompbio
6+
base_url: ghcr.io
7+
owner: reed-compbio
88

99
algorithms:
1010
- name: "pathlinker"

0 commit comments

Comments
 (0)