bio-blat

Run BLAT locally via the Python CLI script. The script manages reference downloads.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bio-blat" with this command: npx skills add dakesan/cc-dnawork-plugin/dakesan-cc-dnawork-plugin-bio-blat

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 (hg38 or CHM13 ).

  • 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

bio-vcf

No summary provided by upstream source.

Repository SourceNeeds Review
General

bio-blast

No summary provided by upstream source.

Repository SourceNeeds Review
General

bio-cosmic

No summary provided by upstream source.

Repository SourceNeeds Review
General

bio-igv

No summary provided by upstream source.

Repository SourceNeeds Review