Socket
Socket
Sign inDemoInstall

embryoseg

Package Overview
Dependencies
12
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    embryoseg

SmartSeed Segmentation for animal embryonic cells.


Maintainers
1

Readme

EmbryoSeg

Segmentation tool for multiple touching mouse embryo cells

Build Status PyPI version

Installation

This package can be installed by

pip install --user embryoseg

If you are building this from the source, clone the repository and install via

git clone https://github.com/kapoorlab/embryoseg/

cd embryoseg

pip install --user -e .

# or, to install in editable mode AND grab all of the developer tools
# (this is required if you want to contribute code back to NapaTrackMater)
pip install --user -r requirements.txt

Pipenv install

Pipenv allows you to install dependencies in a virtual environment.

# install pipenv if you don't already have it installed
pip install --user pipenv

# clone the repository and sync the dependencies
git clone https://github.com/kapoorlab/embryoseg/
cd embryoseg
pipenv sync

# make the current package available
pipenv run python setup.py develop

# you can run the example notebooks by starting the jupyter notebook inside the virtual env
pipenv run jupyter notebook

Access the example folder and run the cells.

Algorithm

Example

Requirements

  • Python 3.7 and above.

License

Under MIT license. See LICENSE.

Authors

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc