Skip to content

chris-soelistyo/cellx

 
 

Repository files navigation

Black Tests

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Dockerfile 0.2%