Thanks for your reply. I cant run it as i'm using cygwin and getting the fellowing error: -bash: ./seqkit: cannot execute binary file: Exec format error
Hello
Given Two Fasta Files(DNA)-How to remove duplicated sequences(most similar 90%-80%)? Or keep one of them at the first file. Which tools to use and how to performa that?
Best Malik
2 answers
You can run BBMap on a PC. Pure java, no cygwin needed.
You can download the Windows version ~~~ NO ANY dependencies
seqkit_windows_386.exe.tar.gz or seqkit_windows_amd64.exe.tar.gz
dedupe.sh from BBmap. Can be as simple as: dedupe.sh in=<file or stdin> out=<file or stdout>
Description: Accepts one or more files containing sets of sequences (reads or scaffolds). Removes duplicate sequences, which may be specified to be exact matches, subsequences, or sequences within some percent identity. Can also find overlapping sequences and group them into clusters.
Log in to answer this question.