Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 667 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 667 Bytes

CellX

Code for CellX and related projects.


Local installation

git clone https://github.com/quantumjot/cellx.git
cd cellx
pip install -e .

Pull requests/Contributions

See the contributing guide.

Running in a Docker container

Build the image:

docker build . -t cellx/cellx:latest

Run a local script using the container:

docker run -it --runtime=nvidia  --rm -v $PWD:/tmp -w /tmp cellx/cellx:latest python ./script.py

Contributors

  • Alan R. Lowe (quantumjot, arl)
  • T. L. Laure Ho (laureho, tllh)
  • Christopher J. Soelistyo (chris-soelistyo, cjs)
  • Kristina Ulicna (KristinaUlicna, ku)