Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 665 Bytes

Workflow for JUMP dataset

This repository contains the source code to reproduce the preprocessing workflow for COMPOUND, CRISPR and ORF data from the JUMP dataset.

Installation

We suggest Mamba for environment management. The following commands create the environment from scratch and install the required packages.

mamba env create --file environment.yaml
mamba activate jump_recipe

Get data

Download profiles and metadata for compound (crispr or orf):

source download_data.sh compound

Run workflow

snakemake -c1 --configfile inputs/compound.json