Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 273 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 273 Bytes

REP

RNA Expression Prediction pipeline utilities

Install rep

# Create 'rep' conda environment
conda env create -f conda-env.yml
conda activate rep

# Install all necessary dependencies
conda install -c conda-forge implicit

# Install rep
pip install .