Fragmented tools
Modern omics analyses combine many specialized packages, file formats, and parameter conventions.
Accepted by Patterns
Knowledge-guided bioinformatics workflow automation
A multi-agent system that turns natural language analysis goals into executable, checked, and recoverable bioinformatics workflows.
Why it matters
Modern omics analyses combine many specialized packages, file formats, and parameter conventions.
Failures in early preprocessing steps can silently break downstream analyses unless outputs are checked step by step.
New workflows and tools appear quickly, so BioMaster separates workflow knowledge from execution knowledge.
Overview
The system combines role-based LLM agents with Plan RAG and Execute RAG so that workflow design and tool-level command generation are supported by different kinds of domain knowledge.
Transforms a high-level biological objective into structured steps with expected inputs, outputs, and tools.
Generates and runs tool-specific commands by retrieving usage details from Execute RAG.
Inspects execution failures, retrieves troubleshooting guidance, and retries corrected commands.
Verifies that required files exist, are non-empty, and match the planned format before moving forward.