Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-genome-assembly-assembly-qc

Maintainer FreedomIntelligence · Last updated April 1, 2026

Assess assembly quality with QUAST, BUSCO, and NGA50 metrics.

OpenClawNanoClawAnalysisReproductionbio-genome-assembly-assembly-qc🧠 bioos extended suitebioos extended bioinformatics suiteassess

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-genome-assembly-assembly-qc

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Evaluate genome assembly quality with contiguity metrics (QUAST) and gene completeness (BUSCO).
  • echo "Running QUAST..." if [ -n "$REFERENCE" ]; then quast.py $ASSEMBLY -r $REFERENCE -o ${OUTDIR}/quast -t 8 else quast.py $ASSEMBLY -o ${OUTDIR}/quast -t 8 fi.

Source Doc

Excerpt From SKILL.md

Key Metrics

MetricGood Assembly
N50High (relative to genome)
L50Low
ContigsFew
Misassemblies0 (with reference)
BUSCO Complete>95%
BUSCO Duplicated<5% (unless polyploid)

Key Options

OptionDescription
-oOutput directory
-rReference genome
-gGene annotations (GFF)
-tThreads
-mMin contig length (default: 500)
--largeFor large genomes (>100Mb)
--fragmentedFor highly fragmented assemblies
--scaffoldsInput is scaffolds (includes N-gaps)

Key Output Metrics

MetricDescription
Total lengthSum of contig lengths
# contigsNumber of contigs (>= min length)
Largest contigLength of largest contig
N5050% of assembly in contigs >= this length
N9090% of assembly in contigs >= this length
L50Number of contigs comprising N50
GC %GC content
# misassembliesWith reference: structural errors
Genome fractionWith reference: % of reference covered

Use cases

  • Use bio-genome-assembly-assembly-qc for genomics and bioinformatics workflows.
  • Apply bio-genome-assembly-assembly-qc to sequencing, variant, or omics analysis tasks.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • short-read-assembly - SPAdes assembly
  • long-read-assembly - Flye/Canu assembly
  • assembly-polishing - Improve accuracy
  • metagenomics - Metagenome analysis

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView