Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 463 Bytes

Signac paper

Code to reproduce analyses shown in Stuart et al. 2021, Nature Methods

To run the workflow, first create a new conda environment containing the dependencies:

mamba env create -f environment.yaml

The entire workflow can be run by executing:

snakemake --cores 8

For information about the Signac package, see the Signac repository