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

ah - optional service account #7140

Merged
merged 2 commits into from
Mar 11, 2021
Merged

ah - optional service account #7140

merged 2 commits into from
Mar 11, 2021

Conversation

ahaessly
Copy link
Contributor

add in service account auth for aou
localize with service account in same vm
update disk size
fix input_vcf to work with manual localization and streaming

localize with service account in same vm
update disk size
fix input_vcf to work with manual localization and streaming
Copy link
Contributor

@kcibul kcibul left a comment

Choose a reason for hiding this comment

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

looks great -- just one minor comment/suggestion

}

Int multiplier = if defined(drop_state) then 4 else 10
Int disk_size = ceil(size(input_vcf, "GB") * multiplier) + 20
#TODO does this affect the memory allocation for the disk?
Int disk_size = 1000
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe turn this into a parameter for the task and workflow with a default so it could be overridden if necessary but works for the "drop GQ60" case. 1000 GB (1TB) seems like a LOT of disk though, is that how big the PET/VET TSVs are?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the biggest one I see is 7.2 GB. I guess I'll change it to something like 50GB

Copy link
Member

@mmorgantaylor mmorgantaylor left a comment

Choose a reason for hiding this comment

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

looks great - assuming it's been tested without a service account too?

@ahaessly ahaessly merged commit 2dd4527 into ah_var_store Mar 11, 2021
@ahaessly ahaessly deleted the ah_var_store_aou_new branch March 11, 2021 16:46
mmorgantaylor pushed a commit that referenced this pull request Apr 6, 2021
* add in service account auth for aou
* localize with service account in same vm
* modify disk_size based on drop_state
This was referenced Mar 17, 2023
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