viral-ngs
Viral genome sequencing analysis, assembly, and classification
All Skills in This Repository (4)
Pure Emerald Level IndicatorsAssembly Regression Testing
Compare old versus new Terra assembly outputs across matched samples.
Claude on Vertex AI from GitHub Actions
Invoke Claude on Google Vertex AI from GitHub Actions workflows.
Container Vulnerability Management
Scan viral-ngs Docker images with Trivy and triage HIGH/CRITICAL CVEs.
Running Batch Jobs on GCP via dsub
Batch-execute containerized viral genomics workloads on Google Cloud with dsub.
Frequently Asked Questions
FAQPage SchemaHow to install viral-ngs?โผ
Run `npx skills add broadinstitute/viral-ngs --all -g -y` in your terminal to install all skills in this suite globally.
What does viral-ngs do?โผ
It is a collection of command-line tools for viral genome sequencing analysis, covering read processing, genome assembly, metagenomic classification, and variant calling.
How do I run viral-ngs without installing bioinformatics tools?โผ
Use the pre-built Docker images from Quay.io, which bundle all dependencies like samtools, Kraken2, and SPAdes so you can run analyses with a single docker command.
Can viral-ngs compare pipeline outputs across code versions?โผ
Yes. The regression-testing skill compares old and new assembly outputs across hundreds of samples, aligns genomes, and generates reports highlighting SNP and indel differences.
Does viral-ngs work on Apple Silicon?โผ
Yes. Docker images are built for both amd64 and arm64, though a few x86-only tools are skipped on ARM builds.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides