blast-sequence-search

Solid

BLAST skill for sequence similarity searching, homology detection, and database querying

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
50
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# BLAST Sequence Search Skill ## Purpose Provide BLAST capabilities for sequence similarity searching, homology detection, and database querying across nucleotide and protein sequences. ## Capabilities - BLASTn/BLASTp/BLASTx execution - Custom database creation and management - E-value and alignment filtering - Output parsing and result annotation - Batch query processing - Remote NCBI database queries ## Usage Guidelines - Select appropriate BLAST program for query/database type - Set E-value thresholds based on search sensitivity needs - Create custom databases for project-specific searches - Parse and filter results for downstream analysis - Consider computational resources for large searches - Document database versions for reproducibility ## Dependencies - NCBI BLAST+ - DIAMOND - MMseqs2 ## Process Integration - Whole Genome Sequencing Pipeline (wgs-analysis-pipeline) - Protein Structure Prediction (protein-structure-prediction) - Shotgun Metagenomics Pipeline (shotgun-metagenomics)

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

bio-blast-searches

Run remote BLAST searches against NCBI databases using Biopython Bio.Blast. Use when identifying unknown sequences, finding homologs, or searching for sequence similarity against NCBI's nr/nt databases.

364 Updated today
majiayu000
AI & Automation Featured

biopython

Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks.

39,350 Updated today
sickn33
AI & Automation Solid

biopython

Primary Python toolkit for molecular biology. Preferred for Python-based PubMed/NCBI queries (Bio.Entrez), sequence manipulation, file parsing (FASTA, GenBank, FASTQ, PDB), advanced BLAST workflows, structures, phylogenetics. For quick BLAST, use gget. For direct REST API, use pubmed-database.

2,210 Updated 1 weeks ago
foryourhealth111-pixel
Data & Documents Solid

biopython

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

26,817 Updated today
K-Dense-AI
Data & Documents Listed

biopython-sequence-analysis

Biopython sequence analysis: parse FASTA/FASTQ/GenBank/GFF (SeqIO), NCBI Entrez (esearch/efetch/elink), remote/local BLAST, pairwise/MSA alignment (PairwiseAligner, MUSCLE/ClustalW), phylogenetic trees (Phylo). Use for gene family studies, phylogenomics, comparative genomics, NCBI pipelines. For PCR/restriction/cloning use biopython-molecular-biology; for SAM/BAM use pysam.

186 Updated 4 days ago
jaechang-hits