File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ __pycache__/
33.ipynb_checkpoints /
44build /
55* .ipynb
6+ dist /
7+ .eggs /
8+ cytominer_eval.egg-info /
Original file line number Diff line number Diff line change 11# Cytominer-eval: Evaluating quality of perturbation profiles
22
33[ ![ Actions Status] ( https://github.com/cytomining/cytominer-eval/workflows/Python%20build/badge.svg )] ( https://github.com/cytomining/cytominer-eval/actions )
4- [ ![ Documentation Status] ( https://readthedocs.org/projects/cytominer-eval/badge/?version=latest )] ( https://cytominer-eval.readthedocs.io/en/latest/?badge=latest )
4+ [ ![ Documentation Status] ( https://readthedocs.org/projects/cytominer-eval/badge/?version=latest )] ( https://cytominer-eval.readthedocs.io/en/latest/ )
55[ ![ Coverage Status] ( https://codecov.io/gh/cytomining/cytominer-eval/branch/master/graph/badge.svg )] ( https://codecov.io/github/cytomining/cytominer-eval?branch=master )
66[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
77
88Cytominer-eval contains functions to calculate quality metrics for perturbation profiling experiments.
99
1010## Installation
1111
12- Cytominer-eval is still in beta, and can only be installed from GitHub :
12+ Cytominer-eval can be installed via pip :
1313
1414``` bash
15- pip install git+git://github.com/cytomining/ cytominer-eval
15+ pip install cytominer-eval
1616```
1717
18- Since the project is actively being developed, with new features added regularly, we recommend installation using a hash:
18+ Since the project is actively being developed, to get up to date functionality, you can also install via github commit hash:
1919
2020``` bash
21- # Example:
22- pip install git+git://github.com/cytomining/cytominer-eval@5c9fb860d1b27e746ee498d625d033475caceb7e
21+ # Example
22+ pip install git+git://github.com/cytomining/cytominer-eval@f7f5b293da54d870e8ba86bacf7dbc874bb79565
2323```
2424
2525## Usage
Original file line number Diff line number Diff line change 1+ [metadata]
2+ description-file = README.md
You can’t perform that action at this time.
0 commit comments