You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
Workflow managers commonly create a local working directory which can be sizable. When quickly developing a workflow and running locally this work dir can be created, and when run later with AGC the dir can end up being uploaded. This can make it seem like AGC hangs as it is bundling and uploading this data.
Use Case
When switching between local workflow runs and using AGC to submit to Batch.
Proposed Solution
Check if the workflow being uploaded has a common workflow work dir such as .nextflow or .snakemake, and provide a warning message to the user if one is found.