comparison 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
comparison
equal deleted inserted replaced
3:6ef523b390e0 4:f9a7783ed7b6
3 <datatype_files> 3 <datatype_files>
4 <datatype_file name="blast.py"/> 4 <datatype_file name="blast.py"/>
5 </datatype_files> 5 </datatype_files>
6 <registration> 6 <registration>
7 <datatype extension="blastxml" type="galaxy.datatypes.blast:BlastXml" mimetype="application/xml" display_in_upload="true"/> 7 <datatype extension="blastxml" type="galaxy.datatypes.blast:BlastXml" mimetype="application/xml" display_in_upload="true"/>
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"/>
8 </registration> 10 </registration>
9 <sniffers> 11 <sniffers>
10 <sniffer type="galaxy.datatypes.blast:BlastXml"/> 12 <sniffer type="galaxy.datatypes.blast:BlastXml"/>
11 </sniffers> 13 </sniffers>
12 </datatypes> 14 </datatypes>