Skip to content

Commit 831a127

Browse files
Cail Daleyclaude
andcommitted
run: point the quad at a fresh smk-g3 run dir (old smk-p0 tree is unsharded, pre-manifest)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UxXRKzfu6RUGNLv7ytNsHw
1 parent 4d28897 commit 831a127

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workflow/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# 210/211 quad: 19 unique exposures, 15 reused across tiles — exercises the
99
# structural exposure dedup (the 196 quad had zero overlap; kept for the
1010
# append-invariant test).
11-
tile_list: /scratch/cdaley/shapepipe-output/smk-p0/tiles4.txt
11+
tile_list: /scratch/cdaley/shapepipe-output/smk-g3/tiles4.txt
1212

1313
# The container every job runs inside (apptainer software-deployment in the profile).
1414
container: /project/def-mjhudson/cdaley/containers/shapepipe-develop-runtime.sif
1515

1616
# Where products land ($SP_RUN root). The sharded per-unit stores live under here:
1717
# <run_dir>/tiles/<2-char prefix>/<ID>/ and <run_dir>/exp/<prefix>/<base>/
18-
run_dir: /scratch/cdaley/shapepipe-output/smk-p0
18+
run_dir: /scratch/cdaley/shapepipe-output/smk-g3
1919

2020
# There is no config_src knob: the config chain is workflow/config/cfis, resolved
2121
# relative to the Snakefile. The configs interpolate $SP_RUN / $SP_UNIT_NUM /
@@ -30,7 +30,7 @@ star_cats: /home/cdaley/projects/def-mjhudson/cdaley/runs/p3-batch1/star_cats
3030
# BLOCKED for now: def-mjhudson /project is hard-full (27/27 TiB), so index and
3131
# report live with the run on /scratch until space is reclaimed. Mind the
3232
# 60-day purge for anything that must survive.
33-
index_db: /scratch/cdaley/shapepipe-output/smk-p0/index/run_index.sqlite
33+
index_db: /scratch/cdaley/shapepipe-output/smk-g3/index/run_index.sqlite
3434

3535
# Rolling exposure-store reclamation (D5). When true, the COMPUTE DAG grows one
3636
# `clean_exposure` job per exposure. It fires once every campaign tile that reads

0 commit comments

Comments
 (0)