biotender-max/long-read-genomics
Workflow for nanopore or PacBio long-read QC, alignment, polishing, methylation-aware analysis, and structural variant discovery.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill long-read-genomics
Reference examples assume recent stable releases of the preferred tools, especially long-read and the other tools listed below.
Before using code or command patterns, verify installed versions match the environment:
python -c "import <module>; print(<module>.__version__)"<tool> --versionWorkflow for nanopore or PacBio long-read QC, alignment, polishing, methylation-aware analysis, and structural variant discovery.
references/technical_reference.md when you need deeper tool-selection rules, environment adaptation notes, or extra validation guidance.SKILL.md as the main execution path and load the reference file only when the task or failure mode needs the extra detail.Preferred starting point: long-read
Inputs: long-read FASTQ or raw data, reference genome, sample metadata
Outputs: aligned long-read files, polished consensus or assembly updates, long-read variant summaries
Check read length, quality distributions, and platform-specific artifacts.
Separate reference alignment, de novo assembly, and methylation-aware analyses as needed.
Use tools designed for long-read error profiles.
Report read-support and confidence metrics appropriate to long-read data.
Save BAM or CRAM, polished sequences, and variant or methylation summaries.
results/ for final tables and serialized objectsfigures/ for plots and static visual exportsqc/ for checks that justify downstream interpretationaligned long-read filespolished consensus or assembly updateslong-read variant summariesVariant CallingCopy NumberGenome AssemblyComparative GenomicspysamTake biotender-max/long-read-genomics from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.