Entering edit mode
9.9 years ago
sentausa
▴
650
Hi all,
I'm trying to dereplicate fasta sequences in a 15 GB fasta file using usearch -derep_fulllength with this kind of command:
usearch -derep_fulllength input.fasta -output uniques.fasta -sizeout
but I got the error message: "Zero length sequence not allowed". Anybody knows what it means? Does it mean that there is a fasta sequence in my file that does not contain a sequence (i.e. contains only the > part)?
The next question would be, how to check if I have such zero length sequence in my file?
Thank you for your inputs.
Sorry to bother you again. I got this error when I tried the above command:
Got it. It should have been
I apologize for the typo. It should've been
==
. I've updated it now.