What problem does it solve?
Choosing the correct bioinformatics pipeline for sequencing data is error-prone: BCL run folders, FASTQs, BAM/CRAM files, count matrices, and VCFs each imply different assays and workflows. This Skill inspects available inputs, asks only the missing essential questions, and routes the request to the right public NGS analysis skill with a preflight-first plan.
Core Features & Use Cases
- Input Inspection: Detects Illumina run folders, FASTQ, BAM/CRAM/VCF, count matrices, and metadata files before asking questions.
- Pipeline Routing: Directs requests to leaf skills covering demultiplexing, QC, germline/somatic/UMI variant calling, bulk and single-cell RNA-seq, ATAC/ChIP-seq, amplicon, and shotgun metagenomics.
- Preflight Planning: Generates install plans and reference-resource plans via ngs_preflight.py and ngs_reference_manager.py before any execution.
- Use Case: A researcher drops a folder of paired-end FASTQs and a sample sheet into the workspace; the Skill identifies a bulk RNA-seq experiment, asks only for the organism and reference build, routes to ngs-bulk-rnaseq, and emits a reviewable install plan.
Quick Start
Inspect my sequencing data folder, ask only the missing essential questions, and route me to the right public NGS pipeline with a preflight plan.