https://github.com/allencellmodeling/brightfield2fish
https://github.com/allencellmodeling/brightfield2fish
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/allencellmodeling/brightfield2fish
- Owner: AllenCellModeling
- License: other
- Created: 2019-03-13T22:03:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T17:55:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-02T23:14:20.440Z (5 months ago)
- Language: Python
- Size: 193 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
================
brightfield2fish
================.. image:: https://travis-ci.com/AllenCellModeling/brightfield2fish.svg?branch=master
:target: https://travis-ci.com/AllenCellModeling/brightfield2fish.. image:: https://readthedocs.org/projects/brightfield2fish/badge/?version=latest
:target: https://brightfield2fish.readthedocs.io/en/latest/?badge=latest
.. image:: https://codecov.io/gh/AllenCellModeling/brightfield2fish/branch/master/graph/badge.svg
:target: https://codecov.io/gh/AllenCellModeling/brightfield2fishTranslate brightfield images to and from FISH assay
* Free software: Allen Institute Software License
* Documentation: https://brightfield2fish.readthedocs.io.
Installation
------------::
$ conda create --name brightfield2fish python=3.7
$ conda activate brightfield2fish
$ cd brightfield2fish/
$ pip install -e .[test]
$ pip install -e .[dev]
$ pre-commit install