-
Notifications
You must be signed in to change notification settings - Fork 3
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
TAG MOP Workflows #55
Conversation
TAG_Mop/TAG_Mop.wdl
Outdated
} | ||
runtime { | ||
docker: mopDocker | ||
memory: "32 GiB" |
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.
make mem and cpus optional
TAG_Mop/TAG_Mop.wdl
Outdated
bucket_name = fapi.get_workspace(namespace, workspaceName).json()['workspace']['bucketName'] | ||
|
||
# Collect the system files to delete | ||
storage_client = storage.Client() |
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.
add namespace broadtagteam in the client call
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.
make some changes
In order to reduce cloud storage cost, I have created two WDLs to remove files no longer needed. TAG_Mop.wdl will remove system files and run fissfc mop. And I also updated the Cleanup_Failed_Submissions.wdl to remove failed submission for older Terra workspace as well.