mergeFastaDuplicates.Rd
If two fasta entries have the same sequence, keep only one copy of the sequence but concatenante the name to be Name1__Name2; __ can be replaced with delimiter of choice.
mergeFastaDuplicates(input, sep = "__________")
XStringSet object to collapse.
Delimiter to place between names.