https://github.com/cellgeni/imaging-experiments-tracker
A service for tracking imaging experiments in Cellular Genetics Programme
https://github.com/cellgeni/imaging-experiments-tracker
Last synced: 5 months ago
JSON representation
A service for tracking imaging experiments in Cellular Genetics Programme
- Host: GitHub
- URL: https://github.com/cellgeni/imaging-experiments-tracker
- Owner: cellgeni
- License: gpl-3.0
- Created: 2019-12-11T10:27:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T01:14:00.000Z (almost 4 years ago)
- Last Synced: 2025-09-09T23:52:24.002Z (9 months ago)
- Language: Python
- Homepage: https://imaging.cellgeni.sanger.ac.uk
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Imaging experiments tracker
## Development instructions
### Prerequisites
* `pip install -r requirements.txt`
* Get `.env` file with credentials from GitLab
### Running server
```bash
source .env
./manage.py runserver
```
### Running tests
```bash
source .env
./manage.py test
```