Skip to content

Finding homologs against a nucleotide subject given a protein sequence query.

Notifications You must be signed in to change notification settings

surakshavinod/Find-Homologs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Description

Given a protein sequence query, the script performs a blast search against a nucleotide subject, filters hits to keep only hits with >30% sequence identity and >90% match length (i.e., 90% of the query sequence length) and prints the number of matches identified.

Usage

Create a conda environment

conda create -n new_env
conda activate new_env
conda install -c bioconda blast

Run the script

./find_homologs.sh $QUERY_SEQ $SUBJECT_SEQ $OUTPUT

About

Finding homologs against a nucleotide subject given a protein sequence query.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages