Remove Duplicates from a Fasta File and manipulate names :

This tool can:

  • Detect and remove duplicated IDs
  • Detect and remove duplicated sequences
  • Detect and remove duplicated sequences & generate a new ID by pasting the sequence IDs that have the same sequence
  • Manipulate the sequences names (eliminate a certain string)

Consider the following input
                        >seqA
                        ATCACTA
                        >seqA
                        CACTG
                        >seqB
                        ATCACTA
                        
1)Detect and rem