unique_fasta_extractor

unique_fasta_extractor

This tool simply removes all duplicate protein entries (based on the sequence) from a given FASTA file.

Usage:
unique_fasta_extractor.py –input=<original.fasta> –output=<unique.fasta>
Options:
-i, --input=<original.fasta>
 Path to the FASTA file to process.
-o, --output=<unique.fasta>
 Path to the newly created unique FASTA file
-h, --help Print this help message.
-v, --version Print the current version.