Rhodnius manual annoation

 

Here are some useful links for the Rhodnius manual annotation resources:

Back to the Portal main page

Documents:

VectorBase resources:

​Downloads:

Annotation Editors:

Program:

  • The Windows program GffTool.exe splits the GFF file into annotated genes and supporting evidence. It also does a quick check on the GFF before submission.
    • To use it, go to start and then run and type in cmd the program name split and the file name e.g. GffTool.exe split my_GFF_file.gff
  • If you're using Unix/Linux or Mac, use a basic grep to extract the annotated genes and supporting evidences:
    • To get annotations: grep "VectorBase" my_GFF_file.gff > my_GFF_annotation.gff
    • To get supporting features: grep -v "VectorBase" my_GFF_file.gff > my_GFF_supporting-features.gff

Frequently Asked Questions

Contact us (cap_qc@vectorbase.org) if you have any questions regarding the manual annotation process.

Submission administration