Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@johnmaruska
Copy link
Contributor

@johnmaruska johnmaruska commented Jan 21, 2022

Two changes to reflect different infrastructure for GCP runs

  • specify a subnet to run the compute VM. initial setup for GMS+GCP runs creates a subnet with a firewall to only allow access inside of WashU network
  • separate buckets for inputs and executions files. also handled by initial setup, different buckets have different lifecycle rules so execution files which are no longer needed can be expired out without losing inputs which may be reused consistently. output files expected to be pulled to local storage, not persisted between buckets

@johnmaruska
Copy link
Contributor Author

I did a test run with somatic_exome that went all the way through as expected

@johnmaruska
Copy link
Contributor Author

Remove separate buckets, @chrisamiller and I talked a bit and decided on single bucket with expiry rule. Example data and large static files (e.g. vep_cache) handled separately

my $contents = <<"EOCONFIG"
{
"final_workflow_log_dir": "gs://$cromwell_gcp_bucket/build.$build_id/logs",
"final_workflow_log_dir": "gs://$cromwell_gcp_bucket/build.$build_id"/logs,
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this quotation mark supposed to be inside the slash or at the end?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This quote is haunting me. I have no idea why it keeps changing back but this will be the fourth time I've fixed it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ugh it was just my last push didn't go through

Copy link
Member

@tmooney tmooney left a comment

Choose a reason for hiding this comment

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

+1 🚢

@johnmaruska johnmaruska merged commit dc4c22f into genome:master Jan 25, 2022
@johnmaruska johnmaruska deleted the gcp-separate-buckets branch January 25, 2022 17:47
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.

3 participants