annotate datatypes_conf.xml @ 1:10dce68b584b
Uploaded with readme file (no code changes). Calling this v0.0.11 to match the BLAST+ wrappers.
author |
peterjc |
date |
Thu, 23 Aug 2012 09:33:16 -0400 |
parents |
e1c29f302301 |
children |
|
rev |
line source |
0
|
1 <?xml version="1.0"?>
|
|
2 <datatypes>
|
|
3 <datatype_files>
|
|
4 <datatype_file name="xml.py"/>
|
|
5 </datatype_files>
|
|
6 <registration>
|
|
7 <datatype extension="blastxml" type="galaxy.datatypes.xml:BlastXml" mimetype="application/xml" display_in_upload="true"/>
|
|
8 </registration>
|
|
9 <sniffers>
|
|
10 <sniffer type="galaxy.datatypes.xml:BlastXml"/>
|
|
11 </sniffers>
|
|
12 </datatypes>
|
|
13
|