An image analysis tool for measuring microorganism colony growth
250
An image analysis tool for measuring microorganism colony growth.
ColonyScanalyser will analyse and collate statistical data from agar plate images. It provides fast, high-throughput image processing.
ColonyScanalyser can provide information on:
ColonyScanalyser is suitable for analysing series of images from a fixed point that show the development of microorganism colonies over time.
Several image plots will be output after analysis is complete to enable quick verification of the data. A complete set of data is provided in CSV format for further study.
/user/images/series1scanalyser /user/images/series1
There are various command line arguments that can alter the way the package is run. To see a list of arguments and information on each, run the command
scanalyser --help
A full set of documentation is available at https://erik-white.github.io/ColonyScanalyser/
ColonyScanalyser requires Python version 3.7 or greater, and the Pip package manager. Pip is included with Python version 3.4 and up.
The remaining Python package dependencies are automatically handled by Pip when installing the Colonyscanalyser package.
Optionally use a virtual environment, such as Pipenv, or a containerised instance of the package.
For testing:
pip install colonyscanalyser
git clone https://github.com/erik-white/colonyscanalyser.git
cd colonyscanalyser
pip install -e .
Install the package with the extra test packages:
pip install colonyscanalyser[test]
Run the tests:
pytest --cov colonyscanalyser
Please read the contribution guidelines for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the releases.
This project is licensed under the GPLv3 - see the licence file for details
Content type
Image
Digest
Size
144.3 MB
Last updated
over 5 years ago
docker pull erikwhite/colonyscanalyser