Skip to content

Benchmarking baskerville models for regulatory sequence activity prediction

License

Notifications You must be signed in to change notification settings

calico/westminster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)