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

make gzip step in create-symlink.cwl optional #132

Closed
mpoelchau opened this issue Apr 4, 2022 · 1 comment
Closed

make gzip step in create-symlink.cwl optional #132

mpoelchau opened this issue Apr 4, 2022 · 1 comment
Assignees

Comments

@mpoelchau
Copy link
Contributor

mpoelchau commented Apr 4, 2022

In CreateSymlink-workflow.cwl, there is a step that gzips the scaffold file. This can be a bit annoying if you have to re-run the workflow - you need to unzip the file again in order for the workflow to succeed.

It would be nice if the step scaffold_gzip were conditional. We'd have to think creatively about how to implement this. It would be best if the scaffold_gzip step were only skipped if there was already a gzipped scaffold file present.

@mpoelchau
Copy link
Contributor Author

Added in #138

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

No branches or pull requests

2 participants