Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor ICGC Bucket Names to SCORe in Docker-Compose and Makefile #849

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

Azher2Ali
Copy link
Contributor

@Azher2Ali Azher2Ali commented Aug 21, 2024

This PR renames the default bucket names in the Docker-Compose setup from oicr.icgc.test to score.data and score.state to align with the SCORe project. It also updates the Makefile to reference the new bucket names. All instances of oicr.icgc.test in the relevant sections have been replaced with score.data to remove outdated ICGC references and standardize the configuration. #848 #846

BUCKET_NAME_OBJECT: oicr.icgc.test
BUCKET_NAME_STATE: oicr.icgc.test
BUCKET_NAME_OBJECT: score.data
BUCKET_NAME_STATE: score.test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we rename this to score.state?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like in score we made this score.test, missed this detail earlier. I'll update that to make consistent.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cancel the above notes... There was a reason they used the same bucket name for both of these buckets... there is mounted directory for the test data and we renamed the bucket to score.data, we would either need to create a directory for the state bucket or reuse the data bucket name.

Therefore, I think its easiest to keep both bucket names the same for the local docker compose setup. Let's update this to BUCKET_NAME_STATE: score.data.

@Azher2Ali Azher2Ali merged commit 573a4b2 into develop Aug 22, 2024
2 checks passed
@Azher2Ali Azher2Ali deleted the refactor/rename-icgc-buckets-to-score branch August 22, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants