Version: 4.0.0
Export
Default exporters in bio project
- tab/csv - tab or comma separated
- GFF3
- FASTA
- BED
- Galaxy - exports data in tab or BED format to Galaxy server
Appears on these pages:
- Query results page
- List analysis page
- Genomic Region Search results page
Create a custom exporter#
You can add additional export options to your InterMine by creating a custom exporter.
Write Java classes to handle the data
see
BEDHttpExporter.javaandBEDExporter.javaAdd the class to your webconfig-model.xml file:
Update Struts config
Customisation#
By default, SequenceFeature and Protein can be exported in FASTA format
Exporter description