Skip to content

Releases: chanzuckerberg/swipe

Add SQS/SNS step notifications

04 Oct 18:01
1e352bd
Compare
Choose a tag to compare
  • Adds optional notifications in SWIPE that run at the end of each step

Tag file as intermediate only at the end of workflow

11 Apr 20:44
3cd78ea
Compare
Choose a tag to compare
  • Refactors tagging to only occur at the end of workflow

Fix check for non-string outputs

28 Mar 21:20
bf7e1ca
Compare
Choose a tag to compare
  • 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

17 Mar 20:51
72d7d23
Compare
Choose a tag to compare
v1.4.4

add create_before_destroy policy to batch job definition (#108)

Don't tag array outputs as temporary

10 Mar 21:16
47fc1fe
Compare
Choose a tag to compare
v1.4.3

Stop tagging array files (#107)

Fix permissioning issue with deleting object tags

07 Mar 17:50
b7987f1
Compare
Choose a tag to compare
v1.4.1

update batch job permission in correct location (#105)

Support http/https/ftp inputs

06 Mar 20:22
8d72e86
Compare
Choose a tag to compare
v1.4.0

Add support for http/https inputs (#103)

Add flag temporary to all files and remove from outputs

06 Mar 20:04
8d72e86
Compare
Choose a tag to compare
  • Adds swipe_temporary output to intermediate WDL outputs

Fix call caching bug

20 Jan 20:40
ece1205
Compare
Choose a tag to compare

Fixes a bug where call caching could only skip steps with S3 inputs.

Add option to output status JSON files

13 Dec 19:22
a923baf
Compare
Choose a tag to compare
  • 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