Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.31 KB

PipeCraft2

PipeCraft2 is a user-friendly GUI software for metabarcoding data analysis. It provides:

  • Ready-to-run pipelines for common metabarcoding workflows
  • Individual analysis modules for custom workflows
  • Integration with popular bioinformatics tools

Quick Start

For Users

📥 Download Latest Release (v1.0.0)

📚 User Guide

For Developers

Pre-built Docker images available on DockerHub.

📚 Developer Guide

Prerequisites

Installation

# Clone the repository
git clone https://github.com/pipecraft2/pipecraft
cd pipecraft

# Install dependencies and setup PipeCraft
yarn run install_pipe

# Start PipeCraft in development mode
yarn electron:serve