Socket
Socket
Sign inDemoInstall

microdrop

Package Overview
Dependencies
0
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    microdrop

Microdrop is a graphical user interface for the DropBot Digital Microfluidics control system


Maintainers
2

Readme

Documentation Status Join the chat at https://gitter.im/wheeler-microfluidics/microdrop

MicroDrop is a graphical user interface for the DropBot digital microfluidics control system (described in detail in Fobel et al., Appl. Phys. Lett. 102, 193513 (2013)).

If you use this information in work that you publish, please cite as appropriate.

Table of Contents generated with DocToc

Installation

MicroDrop can be installed using any of the methods below.

Download installer for latest MicroDrop 1.0 release.

This installer is a customized distribution of the popular Miniconda Python.

Run:

conda install -c wheeler-microfluidics "microdrop>=1.0,<2.0" microdrop-launcher

Note the -c wheeler-microfluidics flag allows installing conda packages from the wheeler-microfluidics channel.

Create a separate conda environment for MicroDrop

Run:

conda create -n microdrop -c wheeler-microfluidics "microdrop>=1.0,<2.0" microdrop-launcher

To activate the MicroDrop conda environment, run:

activate microdrop

To deactivate the MicroDrop conda environment, run:

deactivate

See "Managing environments" section of Conda documentation for more information.

  1. Update pip:

    pip install -U pip
    
  2. Install microdrop from PyPi:

    pip install --find-links http://192.99.4.95/wheels --trusted-host 192.99.4.95 "microdrop>=1.0,<2.0"
    

Note 192.99.4.95 is the IP address of the official MicroDrop update server where MicroDrop dependencies not available on PyPI are stored as wheels.

Shortcuts

If MicroDrop is installed using a Conda Python distribution (including the official installer)

  • Documentation: Open online MicroDrop documentation.
  • GitHub project: Open MicroDrop GitHub project page.
  • MicroDrop Profile Manager: Launch MicroDrop profile manager.
  • MicroDrop environment prompt: Launch Windows command prompt with MicroDrop Conda environment activated.
  • MicroDrop: Launch MicroDrop if only one profile is available (default). Otherwise, launch MicroDrop Profile Manager to select profile to launch.
    • Tip: Right-click on shortcut to pin to taskbar for easy access.

Import profile

If existing profile directory is not automatically found, it can be manually imported by launching the "MicroDrop Profile Manager" shortcut.

See Profile Manager section below.

Profile Manager (new)

In environments where, for example, multiple users are using the same computer to perform MicroDrop experiments, it can be helpful to create separate MicroDrop profiles. Each MicroDrop profile contains devices and plugins, as well as experiment logs.

The MicroDrop Profile Manager provides an interface to manage one or more MicroDrop profiles. Initially, the default profile path (i.e., <Documents>\Microdrop) is listed.

As shown below:

  • Profiles are listed according when they were last launched, with the most recently used profile first.
  • Existing profiles may be imported.
  • Listed profiles may be removed from the profile list (and optionally deleted entirely).
  • Listed profiles may be opened in the system file browser.
  • MicroDrop may be launched using any of the listed profiles.

MicroDrop Profile Manager

Import profile

When an existing profile is imported, plugin dependencies are installed while the following dialog is displayed:

MicroDrop Profile Manager - install dependencies

Remove profile

The following dialog is displayed when the Remove button for a listed profile is clicked:

MicroDrop Profile Manager - remove profile

Clicking the Remove button in the dialog removes the corresponding profile from the list, but does not delete any files. The profile can be imported to add it back to the profile list.

Warning: Clicking the Remove with data button in the dialog removes the corresponding profile from the list, and deletes the profile directory. This cannot be undone.

Install plugins

Plugins can either be installed using the MicroDrop plugin manager command-line tool, or through the MicroDrop user interface.

  • dmf_control_board
    • Control actuation parameters for the DropBot open-source Digital Microfluidic (DMF) automation system.

Install plugins through MicroDrop plugin manager (mpm)

The Microdrop plugin manager is a command-line tool (inspired by pip) for managing (e.g., install, uninstall) Microdrop plugins.

For full usage details, see the project home page.

Basic usage to install a plugin:

  • Start MicroDrop environment command prompt using the following shortcut:

  • In MicroDrop environment command prompt, run:

     python -m mpm -c <microdrop settings directory>\microdrop.ini install plugin [plugin [plugin ...]]
    

To install featured plugin:

python -m mpm -c <microdrop settings directory>\microdrop.ini install dmf_control_board

Install plugins through MicroDrop GUI

  1. Install plugins:

    Install MicroDrop plugins

  2. Relaunch MicroDrop.

Credits

Ryan Fobel ryan@fobel.net

Christian Fobel christian@fobel.net

Keywords

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