Releases: chanzuckerberg/swipe
Releases · chanzuckerberg/swipe
Add SQS/SNS step notifications
Tag file as intermediate only at the end of workflow
- Refactors tagging to only occur at the end of workflow
Fix check for non-string outputs
- For the miniwdl-upload plugin: check that an output is a string before checking whether it
startswith
an s3 path
Create before destroy batch job definition
v1.4.4 add create_before_destroy policy to batch job definition (#108)
Don't tag array outputs as temporary
v1.4.3 Stop tagging array files (#107)
Fix permissioning issue with deleting object tags
v1.4.1 update batch job permission in correct location (#105)
Support http/https/ftp inputs
v1.4.0 Add support for http/https inputs (#103)
Add flag temporary to all files and remove from outputs
- Adds
swipe_temporary
output to intermediate WDL outputs
Fix call caching bug
Fixes a bug where call caching could only skip steps with S3 inputs.
Add option to output status JSON files
- Add a new variable
output_status_json_files
. If set to true, swipe will upload a JSON file with the status and possible description of each task during execution, useful for progress reporting