Skip to content

Commit

Permalink
[r] Make dcp41 the default catalog on prod (#6556)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Sep 11, 2024
1 parent 6e66a5b commit 1db766b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,6 @@ def env() -> Mapping[str, Optional[str]]:
repository=dict(name='tdr_hca')),
sources=mklist(sources))
for atlas, catalog, sources in [
('hca', 'dcp40', dcp40_sources),
('hca', 'dcp41', dcp41_sources),
('hca', 'pilot1', pilot1_sources),
('lungmap', 'lm7', lm7_sources)
Expand Down

0 comments on commit 1db766b

Please sign in to comment.