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…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Generate base-level pileup from BAM for variant calling and coverage.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-pileup-generation
Skill Snapshot
Source Doc
Pileup shows all reads covering each position in the reference, used for:
Text pileup format (6 columns per sample):
| Column | Description |
|---|---|
| 1 | Chromosome |
| 2 | Position (1-based) |
| 3 | Reference base |
| 4 | Read depth |
| 5 | Read bases |
| 6 | Base qualities |
| Symbol | Meaning |
|---|---|
. | Match on forward strand |
, | Match on reverse strand |
ACGT | Mismatch (uppercase = forward) |
acgt | Mismatch (lowercase = reverse) |
^Q | Start of read (Q = MAPQ as ASCII) |
$ | End of read |
+NNN | Insertion of N bases |
-NNN | Deletion of N bases |
* | Deleted base |
> / < | Reference skip (intron) |
Related skills
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.