Skip to content

Commit

Permalink
docs: Update README and project metadata (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki authored Nov 21, 2022
1 parent d7dca1f commit 9d084f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ repos:
rev: v2.2.0
hooks:
- id: setup-cfg-fmt
args: ["--include-version-classifiers", "--max-py-version", "3.10"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.128
hooks:
Expand Down
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This application is designed to help biologist with segmentation based on thresh

- From binaries:
- [Windows](https://4dnucleome.cent.uw.edu.pl/PartSeg/Downloads/PartSeg-lastest-windows.zip) (build on Windows 10)
- [Linux](https://4dnucleome.cent.uw.edu.pl/PartSeg/Downloads/PartSeg-lastest-linux.zip) (build on Ubuntu 18.04)
- [MacOS](https://4dnucleome.cent.uw.edu.pl/PartSeg/Downloads/PartSeg-lastest-macos.zip) (build on MacOS Mojave)
- [Linux](https://4dnucleome.cent.uw.edu.pl/PartSeg/Downloads/PartSeg-lastest-linux.zip) (build on Ubuntu 20.04)
- [MacOS](https://4dnucleome.cent.uw.edu.pl/PartSeg/Downloads/PartSeg-lastest-macos.zip) (build on MacOS 11)

- With pip:
- From pypi: `pip install PartSeg[all]`
Expand All @@ -55,8 +55,8 @@ PartSeg export few commandline options:

- `--no_report` - disable error reporting
- `--no_dialog` - disable error reporting and error dialog. Use only when running from terminal.
- `segmentation_analysis` - skip launcher and start analysis gui
- `segmentation` - skip launcher and start segmentation gui
- `roi` - skip launcher and start *ROI analysis* gui
- `mask`- skip launcher and start *ROI mask* gui

## napari plugin

Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Visualization
keywords = bioimaging, GUI
project_urls =
Documentation = https://partseg.readthedocs.io/en/stable/
Expand Down

0 comments on commit 9d084f5

Please sign in to comment.