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
High-speed STAR aligner for RNA-seq with junction detection.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-read-alignment-star-alignment
Skill Snapshot
Source Doc
STAR --runThreadN 8
--genomeDir star_index/
--readFilesIn reads_1.fq.gz reads_2.fq.gz
--readFilesCommand zcat
--outFileNamePrefix sample_
--outSAMtype BAM SortedByCoordinate
## Two-pass mode for better novel junction detection
STAR --runThreadN 8 \
--genomeDir star_index/ \
--readFilesIn r1.fq.gz r2.fq.gz \
--readFilesCommand zcat \
--outFileNamePrefix sample_ \
--outSAMtype BAM SortedByCoordinate \
--twopassMode Basic
STAR --runThreadN 8
--genomeDir star_index/
--readFilesIn r1.fq.gz r2.fq.gz
--readFilesCommand zcat
--outFileNamePrefix sample_
--outSAMtype BAM SortedByCoordinate
--quantMode GeneCounts
Output: `sample_ReadsPerGene.out.tab` with columns:
1. Gene ID
2. Unstranded counts
3. Forward strand counts
4. Reverse strand counts
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.