long-read-sequencing-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited long-read-sequencing-agent (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The Long-Read Sequencing Agent provides comprehensive AI-driven analysis of long-read sequencing data from PacBio (HiFi) and Oxford Nanopore (ONT) platforms. It enables structural variant detection, full-length isoform discovery, base modification calling, and de novo genome assembly.
| Feature | PacBio HiFi | ONT (R10+) |
|---|---|---|
| Read length | 15-25 kb | >100 kb possible |
| Accuracy | >99.9% (HiFi) | >99% (Q20+) |
| Base mods | 5mC, 6mA | 5mC, 5hmC, 6mA, more |
| Throughput | 20-40 Gb/run | 100+ Gb/run |
| Cost | Higher | Lower |
User: "Analyze this PacBio HiFi dataset for structural variants and DNA methylation in a cancer sample."
Agent Action:
python3 Skills/Genomics/Long_Read_Sequencing_Agent/longread_analyzer.py \
--input cancer_hifi.bam \
--platform pacbio_hifi \
--reference GRCh38.fa \
--sv_calling sniffles2 \
--methylation true \
--phasing true \
--output longread_results/| Tool | Platform | SV Types | Strengths |
|---|---|---|---|
| Sniffles2 | Both | All SV types | Speed, accuracy |
| PBSV | PacBio | All SV types | HiFi optimized |
| CuteSV | Both | All SV types | Sensitivity |
| SAVANA | Both | Somatic SVs | Cancer-specific |
| Jasmine | Both | Population SV | Multi-sample |
SV Size Spectrum:
Full-Length Transcript Sequencing:
Tools:
| Modification | Detection | Biological Role |
|---|---|---|
| 5mC | Both platforms | Gene silencing |
| 5hmC | ONT primarily | Active demethylation |
| 6mA | Both platforms | Bacterial/mitochondrial |
| BrdU | ONT | Replication timing |
Resolution: Single-base, single-molecule, strand-specific
Error Correction:
SV Classification:
| Output | Format | Content |
|---|---|---|
| SVs | VCF | Structural variants |
| Methylation | BED/bigWig | Modification calls |
| Isoforms | GTF | Transcript annotations |
| Phased | VCF | Haplotype-resolved variants |
| Assembly | FASTA | Assembled contigs |
AI Group - Biomedical AI Platform
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.