Skip to content

sgr308/blast_reciprocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

blast_reciprocal

The "blast_reciprocal.py" script developed in python to get reciprocal hits between two species based on blast results.

The script was tested on "blastp" program using blast 2.3.0 version.

STEPS:

blastp -subject species1.fa -query species2.fa -outfmt 6 -out blastresults_1.txt -num_threads 15 -max_target_seqs 1
  • Change query and sequence data and again do blastp:
blastp -subject species2.fa  -query species1.fa -outfmt 6 -out blastresults_2.txt -num_threads 15 -max_target_seqs 1
  • Now, use "blast_reciprocal.py" python script to get reciprocal hits from these above two blastp results. Edit the filepath names in "blast_reciprocal.py" before running it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages