Adding Portal converters

InterMine provides a way to directly link to details pages or create lists through the portal.FlyMine example here

If you want to link to InterMine with some identifiers and want InterMine to run some operations on them straight away (running a template,...) you can create your own "custom converter". To do so you need to create a class which implements the BagConverter? interface.

Then you need to add the converter to bag-queries.xml

<additional-converter class-name="fully_qualified_className" urlfield="the_field_in_the_url_which_will_call_the_conveter"/>