Skip to content

Commit

Permalink
[r] Make dcp40 the default catalog on prod (#6457, PR #6462)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Aug 7, 2024
2 parents d807ceb + 3897c97 commit 1afe8b7
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 @@ -1173,7 +1173,6 @@ def env() -> Mapping[str, Optional[str]]:
repository=dict(name='tdr_hca')),
sources=mklist(sources))
for atlas, catalog, sources in [
('hca', 'dcp39', dcp39_sources),
('hca', 'dcp40', dcp40_sources),
('hca', 'pilot1', pilot1_sources),
('lungmap', 'lm7', lm7_sources)
Expand Down

0 comments on commit 1afe8b7

Please sign in to comment.