An open API service indexing awesome lists of open source software.

https://github.com/vmikk/pipebutton

Instant bioinformatics analysis at the push of a button
https://github.com/vmikk/pipebutton

Last synced: 2 months ago
JSON representation

Instant bioinformatics analysis at the push of a button

Awesome Lists containing this project

README

        

# PipeButton

Instant bioinformatics analysis at the push of a button.

## Hardware Required

- Raspberry Pico ([Waveshare RP2040-Zero](https://www.waveshare.com/wiki/RP2040-Zero))
- Large push button
- 3-positional sliding switch
- USB type C cable
- PCB prototype board and connecting wires

## Software Requirements

- [CircuitPython](https://circuitpython.org/board/raspberry_pi_pico/) (version 9.0 or newer)
- [Adafruit CircuitPython library bundle](https://circuitpython.org/libraries) (`neopixel` and `adafruit_hid` libraries)

## Setup and Installation

1. Flash your Raspberry Pi Pico with the latest version of CircuitPython
2. Download the Adafruit CircuitPython library bundle and copy the `neopixel` and `adafruit_hid` libraries to the `lib` folder on your Pico
3. Assemble the hardware
4. Upload code and config to the Pico

## Usage

Simply press the large button to start the fun.
Use the sliding switch to toggle between different "analysis" modes.

Enjoy the simplicity of performing complex bioinformatic analyses with just a single push! 😄