How to validate GFF3?
What tools are available to validate a GFF3 format file? I tried the one recommended by the Sequence Ontology Project but it has been offline every time I try it. I also tried GenomeTools. It helps but it does not catch all of the errors.
• 5,517 views
•
link
2 answers
What about GFF tools?
• 0 views
•
link
gff3validator from genometools? http://www.genometools.org/cgi-bin/gff3validator.cgi online web version and commandline tool.
• 1 views
•
link
Log in to answer this question.
htseq has GFF_Reader method, which parse a GFF file.
You may want to state what your purpose is (or the problem you are having) because different tools have slightly different definitions of what "valid" means.