Skip to content

Commit

Permalink
[r] Fix: Partition sizing ignores supplementary bundles (#5207)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed May 19, 2023
1 parent af4f144 commit b713c63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/anvilprod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def mkdict(previous_catalog: dict[str, str],


anvil_sources = mkdict({}, 3, mkdelta([
mksrc('datarepo-dev-43738c90', 'ANVIL_1000G_2019_Dev_20230302_ANV5_202303032342', 6404),
mksrc('datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 25),
mksrc('datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25),
mksrc('datarepo-dev-43738c90', 'ANVIL_1000G_2019_Dev_20230302_ANV5_202303032342', 22814),
mksrc('datarepo-dev-42c70e6a', 'ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520', 28),
mksrc('datarepo-dev-97ad270b', 'ANVIL_CMG_Sample_1_20230225_ANV5_202302281509', 25)
]))


Expand Down
7 changes: 7 additions & 0 deletions deployments/anvilprod/sources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"anvil": [
"datarepo-dev-43738c90.ANVIL_1000G_2019_Dev_20230302_ANV5_202303032342",
"datarepo-dev-42c70e6a.ANVIL_CCDG_Sample_1_20230228_ANV5_202302281520",
"datarepo-dev-97ad270b.ANVIL_CMG_Sample_1_20230225_ANV5_202302281509"
]
}

0 comments on commit b713c63

Please sign in to comment.