Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 422 Bytes

File metadata and controls

16 lines (10 loc) · 422 Bytes

Data availability statements

Can we analyze the data availability statements we receive with actual submissions to see how they are used and if there are trends in the data?

Building with snakemake

To build this pipeline, create and activate a fresh conda environment, and run

$ pip install snakemake
$ snakemake --use-conda

To visualize the data pipeline, run

snakemake --dag | dot -Tpdf > dag.pdf