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

acq4-autopatch

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acq4-autopatch

Automated cell patching extension for ACQ4

  • 0.0.6
  • PyPI
  • Socket score

Maintainers
2

ACQ4-Autopatch

Automated cell patching extension for ACQ4

Installation

Install the package into your environment with e.g.

pip install acq4_autopatch

or

git clone https://github.com/sensapex/acq4-autopatch.git
conda develop acq4-autopatch

Customize the following to suit your hardware and add it to the modules: section of your ACQ4 default.cfg file:

    Autopatch:
        module: 'acq4_autopatch.module.AutopatchModule'
        config:
            imagingDevice: 'Camera'
            patchDevices:
                PatchPipette1: (0, 0)  # bottom-left quad
                PatchPipette2: (50*mm, 0)  # bottom-right quad
                PatchPipette3: (0, 50*mm)  # top-left quad
                PatchPipette4: (50*mm, 50*mm)  # top-right quad
            plateCenter: (0, 0, 0)
            wellPositions: [(0, 0), (50*mm, 0), (0, 50*mm), (50*mm, 50*mm)]
            patchStates:
                cell detect:
                    maxAdvanceDistancePastTarget: 1*um
                seal:
                    autoSealTimeout: 60
                    pressureMode: 'auto'
                cell attached:
                    autoBreakInDelay: 5.0
                clean:
                    approachHeight: 3*mm
                    cleanSequence: [(-35e3, 1.0), (65e3, 1.5)] * 5
                    rinseSequence: [(-35e3, 3.0), (65e3, 15.0)]
            cameraChannels:
                # Use different (exposure, trigger) DAQ lines for each pipette device
                PatchPipette1: ('/Dev1/port0/line0', '/Dev1/port0/line1')
                PatchPipette2: ('/Dev2/port0/line0', '/Dev2/port0/line1')
                PatchPipette3: ('/Dev3/port0/line0', '/Dev3/port0/line1')
                PatchPipette4: ('/Dev4/port0/line0', '/Dev4/port0/line1')

Usage

Briefly:

  1. Make sure you have an active Storage directory in the DataManager module.
  2. Open the Camera module.
    1. The first time through, use this to move each pipette into its home, clean and rinse positions.
    2. In the main ACQ4 Manager window, save the home on each Manipulator.
    3. In the main ACQ4 Manager window, save the clean and rinse on each PatchPipette.
    4. Do any other calibration necessary.
  3. For each pipette, open a separate TaskRunner module.
    1. Enable the Clamp associated with this pipette.
    2. Configure the tasks to be performed after a cell is patched.
  4. Open the MultiPatch module. This is useful for monitoring.
  5. Open the Autopatch module.
    1. Press "Add Points" and add one in the Camera for every cell you'd like to patch. Repeat for each well.
    2. Pick your acquisition protocol.
    3. Press "Start"
  6. Monitor status in the "Pipettes" pane or in the MultiPatch window.
  7. Read through results or look at errors in the "Results" pane.

TODO create and then link to video explanation.

Licensing

All software copyright (c) 2019-2020 Sensapex. All rights reserved. It is offered under multiple different licenses, depending on your needs:

  • A commercial license is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU GPL version 3. To purchase a commercial license, contact our sales team.
  • Licensed under the GNU General Public License (GPL) version 3 is appropriate for the development of open-source applications, provided you can comply with the terms and conditions of the GNU GPL version 3 (or GNU GPL version 3). See GPL-3 for details.

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