- Install Snakemake
mamba create -c bioconda -c conda-forge -n snakemake snakemake
conda activate snakemake
- Clone the repo
git clone https://github.com/lacklab/MuSTARRd.git
cd MuSTARRd
- Modify
config/config.yaml
,config/samples.tsv
andconfig/units.tsv
(see here) - Run the snakemake workflow with the following:
snakemake --profile profile/ # use your own profile - modify profile/config.yaml
Documentation is a WIP