amazon-genomics-cli icon indicating copy to clipboard operation
amazon-genomics-cli copied to clipboard

Add warning if a local work dir is found

Open KevinSayers opened this issue 1 year ago • 2 comments

Description

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.

Other information

KevinSayers avatar Oct 31 '22 17:10 KevinSayers