Entering edit mode
9.0 years ago
utkarsh.sood
▴
40
Hello
I have a .ffn file having 1000 sequences. I wanted to check whether all the fasta headers have sequence underneath them, and it would be great if I also get to know about the fasta headers which do not have sequences underneath them.
Thanks
The key message here is that most commonly-used languages have libraries to parse fasta; then it's just a case of applying the appropriate methods (string length in this case).