Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mibi-bin-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mibi-bin-tools

Source for extracting .bin files from the commercial MIBI.

  • 0.2.14
  • PyPI
  • Socket score

Maintainers
1

mibi-bin-tools

CI / CDCI Coverage Status
PackagePyPI - Version PyPI - Downloads PyPI - Python Version
MetaPyPI - License

Toolbox for extracting tiff images from MIBIScope .bin files.

We suggest using toffy for more in depth .bin file extraction which also provides more diagnostic tools and post-extraction processing steps.

Installation:

You can install the package in your own Python environment, or if you'd like we have a Conda environment set up to use.

conda env create -f environment.yml

PyPI

pip install mibi-bin-tools

Source

Open terminal and navigate to where you want the code stored.

Then input the command:

git clone https://github.com/angelolab/mibi-bin-tools.git
cd mibi-bin-tools
pip install .

Development

This project is in early development and we make may make breaking changes and improvements. If you want to update the version on your computer to have the latest changes, perform the following steps.

First pull to get the latest version of mibi-bin-tools. Then install the package in editable mode with your python environment of choice activated.

git pull
pip install -e .

To run the tests

pytest

Questions?

If that doesn't answer your question, you can open an issue. Before opening, please double-check and see that someone else hasn't opened an issue for your question already.

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc