makeprov.snakemake
Functions
|
|
|
Add dunder methods based on the fields defined in the class. |
|
Call |
|
Call |
|
Classes
|
|
|
|
|
Special type indicating an unconstrained type. |
|
|
|
PurePath subclass that can make system calls. |
|
|
|
Runtime configuration for provenance generation. |
|
The year, month and day arguments are required. |
- makeprov.snakemake.build_prov_from_snakemake(dag, summary_rows, *, config, name='snakemake')
- Return type:
- makeprov.snakemake.get_d3dag_json(snakemake_exe, snakemake_args, *, forceall_dag)
Call
snakemake --d3dagand decode the resulting JSON.
- makeprov.snakemake.get_detailed_summary(snakemake_exe, snakemake_args)
Call
snakemake --detailed-summaryand parse its tabular output.