Skip to content

Python tool to convert Snakemake metadata to wfcommons single JSON files

License

Notifications You must be signed in to change notification settings

tud-zih-tools/snakemake-wfcommons

Repository files navigation

Install

$ pip install snakemake-wfcommons

Integrate into Snakemake

Call wfcommons-converter in the top-level all rule of your workflow to automatically convert the executed workflow into WfFormat like this:

rule all:
    input:
        <your finale result file>
    shell:
        "wfcommons-converter [<workflow-name.json>]"

About

Python tool to convert Snakemake metadata to wfcommons single JSON files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages