annotate datatypes_conf.xml @ 4:f9a7783ed7b6
draft
Uploaded v0.0.14 adding BLAST database support.
See also the matching update for the NCBI BLAST+ wrappers which use these new definitions. This update included work by Edward Kirton.
author |
peterjc |
date |
Fri, 09 Nov 2012 06:50:05 -0500 |
parents |
6ef523b390e0 |
children |
5ec5dece43cb |
rev |
line source |
3
|
1 <?xml version="1.0"?>
|
|
2 <datatypes>
|
|
3 <datatype_files>
|
|
4 <datatype_file name="blast.py"/>
|
|
5 </datatype_files>
|
|
6 <registration>
|
|
7 <datatype extension="blastxml" type="galaxy.datatypes.blast:BlastXml" mimetype="application/xml" display_in_upload="true"/>
|
4
|
8 <datatype extension="blastdbn" type="galaxy.datatypes.blast:BlastNucDb" mimetype="text/html" display_in_upload="false"/>
|
|
9 <datatype extension="blastdbp" type="galaxy.datatypes.blast:BlastProtDb" mimetype="text/html" display_in_upload="false"/>
|
3
|
10 </registration>
|
|
11 <sniffers>
|
|
12 <sniffer type="galaxy.datatypes.blast:BlastXml"/>
|
|
13 </sniffers>
|
|
14 </datatypes>
|