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
HiFi (CCS) read assembly with Hifiasm for high-accuracy genomes.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-genome-assembly-hifi-assembly
Skill Snapshot
Source Doc
hifiasm -o trio_asm -t 32
-1 paternal.yak
-2 maternal.yak
child.hifi.fastq.gz
yak count -b37 -t16 -o paternal.yak paternal_R1.fq.gz paternal_R2.fq.gz yak count -b37 -t16 -o maternal.yak maternal_R1.fq.gz maternal_R2.fq.gz
## Use Hi-C reads for phasing (no parents needed)
hifiasm -o hic_asm -t 32 \
--h1 hic_R1.fastq.gz \
--h2 hic_R2.fastq.gz \
reads.hifi.fastq.gz
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.