Skip to content

Script for reducing redundancy in a protein fasta file.

Notifications You must be signed in to change notification settings

sivajean/blastp_nr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Reduce protein fasta redundancy

reduce_protein_redundancy.py is a small script that utilizes three files:

  1. A blastp results text file
  2. A protein file in fasta format.
  3. The name of the new file you want to create.

Implement the program in the follwing way:

python ./reduce_protein_redundancy.py <blastpResult> <proteinFasta> <newFasta>

BLAST Comamnd Line

About

Script for reducing redundancy in a protein fasta file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%