Skip to content

Spls plugin development

Yifan NIng edited this page Nov 6, 2013 · 26 revisions

SPLs plugin allows to create pharmacogenomics annotation which involves marking up specific sentence sequences in the text of drug product labels that discuss a drug’s pharmacacogenomics, and providing manual annotation of information provided by the sentences. It is similar the Antibody plugin but does not currently use a resource plugin (i.e., NCBO or NIF services)

1.Plugin Linkage

In order to link a plugin to the GWT codebase it is necessary to add in the Domeo.gwt.xml file a line specifying the inheritance. The name of the module to inherit has to contain the full package name:

<inherits name="org.mindinformatics.gwt.domeo.plugins.annotation.spls.SPLs" />

The plugin project needs to include in the root a .gwt.xml file. The file would be in the directory and would be named 'PostIt.gwt.xml':

src>org>mindinformatics>gwt>domeo>plugins>annotation>spls>SPLs.gwt.xml

Clone this wiki locally