long-read-genomics

Process nanopore or PacBio long-read data into alignments, polished consensus, and variant summaries.

25|5|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/zongtingwei/Bioclaw_Skills_Hub --skill long-read-genomics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-read-genomics
Source: https://github.com/zongtingwei/Bioclaw_Skills_Hub/tree/main/skills/genomics-and-variation/long-read-genomics
Command: npx skills add https://github.com/zongtingwei/Bioclaw_Skills_Hub --skill long-read-genomics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nanopore and PacBio long-read projects require integrated QC, alignment, polishing, methylation-aware analysis, and structural variant discovery across datasets. This skill provides an end-to-end blueprint to streamline these steps and ensure reproducible results.

Core Features & Use Cases

  • QC & quality metrics: Evaluate read length distributions, accuracy, and platform-specific artifacts for reliable downstream analyses.
  • Alignment & polishing: Perform methylation-aware alignment and polishing to improve consensus accuracy and variant calling reliability.
  • Variant discovery: Generate summaries for structural variants and small variants from long-read data.
  • Use Case: Apply this skill to a project with a nanopore dataset to obtain aligned reads, polished assemblies, and variant reports suitable for downstream interpretation.

Quick Start

Process raw long-read data to produce aligned reads, polished assemblies, and variant summaries against a reference genome.

Frequently Asked Questions about long-read-genomics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process nanopore data for methylation-aware alignment and structural variant discovery?

Processing nanopore data for methylation-aware alignment and structural variant discovery requires a workflow that integrates QC, alignment, polishing, and variant calling against a reference genome to generate aligned files, polished consensus, and variant summaries.

What is the best way to run QC and polish PacBio long-read assemblies?

Running QC and polishing PacBio long-read assemblies involves evaluating read length distributions and platform-specific artifacts first, then applying polishing to alignments to improve consensus accuracy and variant calling reliability.

Can I use a single workflow for both de novo assembly and structural variant calling in long-read genomics?

You can use a single workflow for de novo assembly and structural variant calling in long-read genomics by specifying long-read data and sample metadata as inputs to generate polished assemblies and structural variant summaries simultaneously.

Does this long-read analysis approach handle platform-specific artifacts from nanopore and PacBio data?

This long-read analysis approach handles platform-specific artifacts from nanopore and PacBio data by evaluating quality metrics and accuracy during the QC step to ensure reliable downstream alignments and variant discovery.

How do I generate a polished consensus sequence from raw long-read data?

Generating a polished consensus sequence from raw long-read data requires performing initial QC, aligning reads to a reference genome, and applying a polishing step to correct errors and improve consensus accuracy.