4dn-dcic / tibanna

Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
MIT License
70 stars 28 forks source link

Allow tagging of output files #325

Closed alexander-veit closed 3 years ago

alexander-veit commented 3 years ago

Allow tagging of output files by adding a tag key:

"output_target": {
      "report": {
        "object_key": "output/my_first_md5_report_tagged",
        "tag" : "Key1=Value1&Key2=Value2"
      }
    },

You can try it with "awsf_image": "aveit/tibanna-awsf:1.1.2.dev5",