Developer Info

This section contains documentation specifically for MetaGEAR Pipeline Wrapper developers and contributors.

Quick Start for Developers

  1. Clone the repository and install test dependencies
    git clone https://github.com/schirmer-lab/metagear.git
    cd metagear
    # Install development dependencies (Bats for testing)
    
  2. Run tests
    bats tests
    
  3. Local pipeline development
    ./install.sh --pipeline /path/to/local/metagear-pipeline
    

See Contributing Guidelines for detailed guidelines.

← Back to Home


Table of contents