← Back to list

bio-blat
by dakesan
⭐ 0🍴 0📅 Jan 6, 2026
SKILL.md
name: bio-blat description: "Runs local BLAT searches for DNA sequence alignment against hg38 or CHM13 using local .2bit references. Use when a user wants to align a DNA sequence without relying on UCSC API access." user_invocable: true
BLAT API Searching
Quick start
Run BLAT locally via the Python CLI script. The script manages reference downloads.
Utility script
Install dependencies:
uv pip install typer
Run BLAT with a FASTA file:
python scripts/run_blat_local.py run --reference hg38 --fasta path/to/query.fasta
Run BLAT with a raw sequence:
python scripts/run_blat_local.py run --reference CHM13 --sequence ACTG...
Save JSON output to a file:
python scripts/run_blat_local.py run --reference hg38 --sequence ACTG... --output blat.json
When to read references
- Local BLAT setup and references: See
references/local_blat.md
Workflow (local-only)
- Confirm the reference assembly (
hg38orCHM13). - Ensure the 2bit reference exists in
~/.local/share/blat. - Use the CLI script to run BLAT and get a PSL output.
- If FASTA has multiple sequences, split into one sequence per file.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon