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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: