Entering edit mode
16 months ago
anasjamshed
▴
140
We use fastqc tool to check the quality of the data. But which tool we can use 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?
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.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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 evenclumpify.sh
will probably work.