Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 685 Bytes

westminster

Benchmarking baskerville models for regulatory sequence activity prediction

Installation

git clone [email protected]:calico/westminster.git cd westminster pip install .

To set up the required environment variables: cd westminster conda activate <conda_env> ./env_vars.sh

Note: Change the line of code at the top of './env_vars.sh' to your local path.

Alternatively, the environment variables can be set manually:

export WESTMINSTER_DIR=/home/<user_path>/westminster
export PATH=$WESTMINSTER_DIR/src/westminster/scripts:$PATH
export PYTHONPATH=$WESTMINSTER_DIR/src/westminster/scripts:$PYTHONPATH

Contacts

Dave Kelley (codeowner)