Skip to content

Commit

Permalink
added not about public/ma logic and updated data locations. dev SA do…
Browse files Browse the repository at this point in the history
…esn't have access to prod buckets. duh.
  • Loading branch information
bahill committed Nov 26, 2024
1 parent f2eb98c commit e84e316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orchestration/hca_manage/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"dev": {
"EBI": "gs://broad-dsp-monster-hca-dev-ebi-staging/dev",
"UCSC": "gs://broad-dsp-monster-hca-dev-ebi-staging/dev",
"TEST": "gs://broad-dsp-monster-hca-prod-ebi-storage/broad_test_dataset"
}
}
ENV_PIPELINE_ENDINGS = {
Expand Down Expand Up @@ -128,6 +127,8 @@ def _parse_csv(csv_path: str, env: str, project_id_only: bool = False,
keys.add(key)

# make a separate set of public projects
# The question is "Does this project contain managed access data?"
# so no = public, yes = managed access (ma)
if public == "no":
public_projects.add(key)

Expand Down

0 comments on commit e84e316

Please sign in to comment.