Skip to content

tud-zih-tools/snakemake-wfcommons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 2

  •  
  •  

Languages