This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to check the quality of fasta file

We use fastqc tool to check the quality of the data. But which tool we can use to check the quality of fasta file?

fastqc fasta

1 answer

we can use to check the quality of fasta file?

Fasta data does not have any quality values/basecall confidence measure associated with it. So nothing to check.

But then how we can check the fasta file?

Check for what? What is it that you want to do?

I want to check it to remove the duplicates

Depending on what it is you are trying to remove duplicates from you can use CD-HIT (LINK) or even clumpify.sh will probably work.

Log in to answer this question.