How to remove redundant sequences from fasta file ?
I've fasta file containing nucleotide sequences. How can I remove the redundant sequences?I'm trying to access cd-hit but web server is not available. Is there any other tool available for removing redundancy? I really appreciate any help or suggestion!
• 1,591 views
•
link
0 answers
No answers yet.
Log in to answer this question.
seqkit rmdup can remove duplicated sequences in a fasta file.
works if sequence is in a single line.