biigle / color-sort
BIIGLE module to sort volume images by color.
Installs: 6 940
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 2
- dev-master
- v2.12.2
- v2.12.1
- v2.12.0
- v2.11.1
- v2.11.0
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v2.0.0-beta
- v1.x-dev
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/npm_and_yarn/npm_and_yarn-a9d12a0507
This package is auto-updated.
Last update: 2024-10-22 15:29:46 UTC
README
This is the BIIGLE module to sort volume images by color.
Installation
This module is already included in biigle/biigle
.
- Run
composer require biigle/color-sort
. - Add
Biigle\Modules\ColorSort\ColorSortServiceProvider::class
to theproviders
array inconfig/app.php
. - Run
docker-compose exec app php artisan migrate
to create the new database tables. - Run
php artisan vendor:publish --tag=public
to publish the public assets of this module. - Run
pip install -r vendor/biigle/color-sort/requirements.txt
to install the Python requirements.
Developing
Take a look at the development guide of the core repository to get started with the development setup.
Want to develop a new module? Head over to the biigle/module template repository.
Contributions and bug reports
Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.