Benchmarking baskerville models for regulatory sequence activity prediction
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
Dave Kelley (codeowner)