Install Autopipe App
Set up Autopipe in a few minutes and start building bioinformatics pipelines with AI.
Install Autopipe Desktop
Download the desktop app for your platform. It provides a GUI for configuration and runs as an MCP server for Claude Desktop.
Connect to Claude Desktop
Autopipe works as an MCP (Model Context Protocol) server inside Claude Desktop. Register it with one command:
autopipe --registerThis automatically adds Autopipe to Claude Desktop's MCP configuration. Restart Claude Desktop after registering.
Configure Your Server
Open the Autopipe desktop app and set up your remote SSH server. This is where pipelines will be executed.
Make sure Docker is installed on your remote server. Pipelines run inside Docker containers for reproducibility.
Connect GitHub
Link your GitHub account in the desktop app's GitHub tab. This allows you to upload pipelines and publish them to AutoPipeHub.
A GitHub Personal Access Token with repo scope is required.
Create Your First Pipeline
Open Claude Desktop and describe what you want to analyze. For example:
Claude will use Autopipe to:
- Generate a Snakefile with the analysis workflow
- Create a Dockerfile with all required tools
- Write a config.yaml for your parameters
- Produce ro-crate-metadata.json for discoverability
- Add a README.md with usage instructions
Run & View Results
Once your pipeline is generated, ask Claude to execute it:
After execution, view results directly in the browser viewer or download them locally.
Share on AutoPipeHub
Publish your pipeline to make it available for others:
Your pipeline will be searchable on AutoPipeHub and downloadable by anyone.