Skip to content
/ cellx Public
forked from quantumjot/cellx

DL/ML tools for CellX project

License

Notifications You must be signed in to change notification settings

nthndy/cellx

 
 

Repository files navigation

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

DL/ML tools for CellX project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Dockerfile 0.2%