https://github.com/quantumjot/cellx
DL/ML library for CellX project
https://github.com/quantumjot/cellx
Last synced: about 1 year ago
JSON representation
DL/ML library for CellX project
- Host: GitHub
- URL: https://github.com/quantumjot/cellx
- Owner: quantumjot
- License: mit
- Created: 2020-07-27T14:38:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T12:09:54.000Z (over 3 years ago)
- Last Synced: 2025-05-05T19:42:23.689Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 181 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/psf/black)
[](quantumjot/cellx/actions)
# CellX
Code for CellX and related projects.
---
### Local installation
```sh
git clone https://github.com/quantumjot/cellx.git
cd cellx
pip install -e .
```
### Pull requests/Contributions
See the contributing [guide](CONTRIBUTING.md).
### Running in a Docker container
Build the image:
```sh
docker build . -t cellx/cellx:latest
```
Run a local script using the container:
```sh
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)