Commit 059d051
server: add secretome to subproject_order + populate real SLURM account/qos
Two config changes for the GIGANTIC data server:
1. subproject_order: insert `secretome` between `orthogroups_X_ocl` and
`trees_gene_families` (alphabetical). Without this entry, the server's
explicit allowlist skips secretome/upload_to_server/ even though the
71 symlinks exist there from commit c3616bb.
2. slurm.account + slurm.qos: replace the placeholder strings
("your_account" / "your_qos") with the real values used on this HPC
("moroz" / "moroz"). The previous placeholder values would have
failed at sbatch submit if the YAML had ever been consulted; they
weren't consulted because the previous running server (job 33088764)
was launched via the now-deleted RUN-start_server.sbatch wrapper.
Moved the "REQUIRED for slurm mode" commentary above the keys instead
of inline because the script's bash YAML reader doesn't strip inline
'#' comments and would otherwise capture them into the value.
Verified end-to-end: server restarted as SLURM job 33259899 on node
c0706a-s27, port 9456. Eric confirmed the secretome card now appears on
the landing page and individual species TSVs (e.g. Beroe ovata) render
correctly.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 11f7f2e commit 059d051
1 file changed
Lines changed: 6 additions & 2 deletions
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
0 commit comments