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
WGBS/RRBS: bismark alignment → methylation calling → DMR detection.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-methylation-pipeline
Skill Snapshot
Source Doc
fastp -i sample_R1.fastq.gz -I sample_R2.fastq.gz
-o trimmed/sample_R1.fq.gz -O trimmed/sample_R2.fq.gz
--detect_adapter_for_pe
--qualified_quality_phred 20
--length_required 35
--html qc/sample_fastp.html
## Prepare genome (once)
bismark_genome_preparation --bowtie2 genome/
## Align
bismark --genome genome/ \
-1 trimmed/sample_R1_val_1.fq.gz \
-2 trimmed/sample_R2_val_2.fq.gz \
-o aligned/ \
--parallel 4 \
--temp_dir tmp/
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.