Commit 1f01e75
Snakemake pipeline fixes and downstream data updates from PR #166
- Replace dedent/cd/wget pattern with curl --create-dirs throughout Snakefile
to fix silent failures where shell sections would exit without running commands
- Update Ensembl download to use may2025.archive.ensembl.org (main site broken)
and move query string to download_ensembl_curl_config.txt
- Update CGI biomarkers download URL (changed upstream, no longer zipped)
- Add Dockerfile.snakemake: multi-stage build with npm rebuild to fix Node
version compilation issues with native deps (node-expat/xml-stream)
- Add downloadCosmic.sh helper script for COSMIC download auth flow
- Fix fdaSrs/index.js: UNII file header renamed 'PT' -> 'Display Name' upstream,
causing all 168k records to be skipped silently
- Update data/signatures.json: add sourceIdVersion '3' to all COSMIC signatures
(DBS/ID/SBS series) and add name field for proper versioned record lookup
Co-authored-by: Matthew Stuart-Edwards <m.stuartedwards@uleth.ca>1 parent fe5ca2f commit 1f01e75
5 files changed
Lines changed: 171 additions & 131 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments