Commit a040f5a
Fix all three container build/test failures
pysam: drop python=3.9 and strict pysam=0.18.0 pins; mambaforge pins
python 3.12 and truststore requires >=3.10, so 3.9 is unresolvable. Use
pysam>=0.18.0 and let mamba pick a compatible version. Update the test to
assert >= 0.18 rather than an exact 0.18.x prefix.
vcf2maf: remove the python 3.12.* pin file before installing so mamba can
resolve python <=3.7 for the ensembl-vep=100 -> t_coffee dependency chain.
vcf2maf, ensembl-vep, and samtools are Perl/C and are unaffected by the
python downgrade. Restore the VEP check in run_tests.sh.
gamblr: switch dependencies=FALSE to dependencies=TRUE so that GAMBLR's
CRAN-only deps (g3viz, metaviz) are fetched automatically. Add an explicit
`library(GAMBLR)` verification step so the Docker layer fails loudly if
remotes::install_github silently exits 0 on an install failure.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e1c7dc8 commit a040f5a
4 files changed
Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
0 commit comments