Skip to content

Python code to control automated iterative FISH system

License

Notifications You must be signed in to change notification settings

fish-quant/autofish

Repository files navigation

GitHub Python 3.9

autoFISH - automated FISH experiments

Python library to control an automated fluidics system and perform microscope acquisition for iterative FISH experiments.

Documentation of this package:

Documentation to build the fluidics system:

TESTED FOR WIN 10 only: micromanager and most microscope controls work only under Windows.

fluidics-system

Getting started

Installation

We recommend using a package manager (conda) to maintain a clean Python installation. This nees to be done only once.

  1. Download latest version of miniconda from here.
  2. Open Anaconda terminal and create dedicated environment: conda create --name autofish python=3.9
  3. Activate environment: conda activate autofish
  4. Pip install autofish (as an alternative see development installation below)
    • Base version (without pycromanager) : pip install -i https://test.pypi.org/simple/autofish
    • Install pycromanager : pip install pycromanager

Installation for development

If you want to further develop the package, several options exist. A simply one is local installation.

Rather than performing the pip install from pypi (step 4 above), you can install it locally

  1. Download the zip archive of the branch you are interested in.
  2. Unzip on your machine.
  3. Open Anaconda terminal at location of the autofish package.
  4. Activate environment: conda activate autofish
  5. Editable install pip install . -e

Pycromanager

One of the acquisition options is via Pycromanager. We found that keeping both micromanager and Pycromanager up-to-date can help to prevent problems.

Last tested, compatible versions:

  • Pycromanager: 0.27.2
  • Micromanager: nightly 20230224

Starting autofish

  1. Open Anaconda terminal and activate environment: conda activate autofish
  2. Start user interface with command autofish

Configuration files

The behavior of the fluidics and acquistion system is defined by several config files.

Reporting a problem/suggestion

If you encounter a problem or you have a suggestion, please file an issue.

About

Python code to control automated iterative FISH system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published