Developer Info
This section contains documentation specifically for MetaGEAR Pipeline Wrapper developers and contributors.
Quick Start for Developers
- Clone the repository and install test dependencies
git clone https://github.com/schirmer-lab/metagear.git cd metagear # Install development dependencies (Bats for testing) - Run tests
bats tests - Local pipeline development
./install.sh --pipeline /path/to/local/metagear-pipeline
See Contributing Guidelines for detailed guidelines.