agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Species abundance estimation using Bracken with Kraken2 output. Redistributes reads from higher taxonomic levels to species for more accurate estimates. Use when accurate species-level abundances are needed from Kraken2 classification output.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-metagenomics-abundance
技能摘要
原始文档
kraken2 --db /path/to/kraken2_db
--threads 8
--paired
--report sample_kraken_report.txt
reads_R1.fastq.gz reads_R2.fastq.gz
bracken -d /path/to/kraken2_db
-i sample_kraken_report.txt
-o sample_bracken_species.txt
-w sample_bracken_report.txt
-r 150
-l S
## Species level (default)
bracken -d db -i report.txt -o species.txt -r 150 -l S
相关技能
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ t…
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.