i tried this command, plz could u tell how this command applied...
Remove Duplicate Reads From Fasta File
Hi all,
I want to remove duplicate reads from my fasta file. I tried to use fastx_collapser. But since my reads contains lowercase letters and hyphens it failed.
Please help.
Thanks,D.
• 11,965 views
•
link
3 answers
Try the sequniq tool from the GenomeTools suite:
gt sequniq -o output.fasta input.fasta
• 0 views
•
link
• 0 views
•
link
Or just tr: echo FaSta-TEst | tr -d - | tr 'a-z' 'A-Z'
• 0 views
•
link
Here is my free program on Github Sequence database curator (https://github.com/Eslam-Samir-Ragab/Sequence-database-curator)
It is a very fast program and it can deal with:
- Nucleotide sequences
- Protein sequences
It can work under Operating systems:
- Windows
- Mac
- Linux
It also works for:
- Fasta format
- Fastq format
Best Regards
• 0 views
•
link
Log in to answer this question.
duplicate of:
How to remove the same sequences in the FASTA files?
It's like everybody wants to remove duplicates here!