/image-processing-chromosomes

Chromosome image processing

Primary LanguageJupyter NotebookMIT LicenseMIT

image-processing-chromosomes

Python Version GitHub

Setup Project

Frist you need install Poetry, after install Poetry execute inside the directory image-processing-chromosomes:

$ poetry install

Now you have all the necessary dependencies on this project.

  • If your poetry environment is not activate or you are not sure, execute:

    $ poetry shell


Contribution

Please install pre-commit before to commit any change.

After these execute:

$ pre-commit install