Skip to content

Commit

Permalink
[r H] Make dcp45 the default catalog on prod (#6806)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Jan 14, 2025
1 parent 71f6547 commit 47e268d
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 @@ -1390,7 +1390,6 @@ def env() -> Mapping[str, Optional[str]]:
repository=dict(name='tdr_hca')),
sources=mklist(sources))
for atlas, catalog, sources in [
('hca', 'dcp44', dcp44_sources),
('hca', 'dcp45', dcp45_sources),
('lungmap', 'lm7', lm7_sources),
('lungmap', 'lm8', lm8_sources)
Expand Down

0 comments on commit 47e268d

Please sign in to comment.