Skip to content

Commit

Permalink
fixing naming and updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Aug 26, 2023
1 parent 4f6461d commit 0b39143
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,28 @@ bioimage_embed includes functions for loading and preprocessing images from micr

## Usage

### Get data

make download.data

### Intall

poetry install

and or:
### Install:

pip install -e .

### Run
### CLI

bioimage_embed --help

or

bie --help
### Get data

make download.data

### Dev intall

Uses poetry to manage dependencies and virtualenvs

poetry env use python

poetry install

### TODO
poetry shell

- Scale invariant distance matrix encoding (scale by matrix norm)
- Find better sampling of contour, e.g. using Delaunay triangulation?
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description = ""
authors = ["Craig <ctr26@ebi.ac.uk>"]

[tool.poetry.scripts]
bioimrep = "main:main"
bioimage_emebed = "main:main"
bie = "main:main"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 0b39143

Please sign in to comment.