-
Notifications
You must be signed in to change notification settings - Fork 596
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
Conversation
localize with service account in same vm update disk size fix input_vcf to work with manual localization and streaming
There was a problem hiding this 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this 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?
* add in service account auth for aou * localize with service account in same vm * modify disk_size based on drop_state
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