Developer Guide¶
Adding support for a new NCBI database¶
Implement an
EutilsParserInterfaceAdd the interface to
EutilsXMLParserFactoryCreate a formatter extending
EutilsFormatterfor displaying previews to the user.Create a repository extending
EutilsRepositoryfor inserting into Chado.Add the formatter and repository to their respective factory classes.
Add the database to the
tripal_eutils_import.form.incdatabase list.Modify
tripal_eutils.install, inserting any new databases necessary for the cross references. Also be sure to insert any new cvterms your repository will need.
Code Documentation: