annotate datatypes_conf.xml @ 6:e4c21444a3ba

Add sniffer, clean up imports, register sniffable datatype.
author Matt Shirley <mdshw5@gmail.com>
date Thu, 13 Mar 2014 15:30:54 -0400
parents 293927a46697
children 558a88cd49e4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
1 <?xml version="1.0"?>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
2 <datatypes>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
3 <datatype_files>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
4 <datatype_file name="sra.py"/>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
5 </datatype_files>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
6 <registration>
6
e4c21444a3ba Add sniffer, clean up imports, register sniffable datatype.
Matt Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
7 <datatype extension="sra" type="galaxy.datatypes.binary:Sra" mimetype="application/octet-stream" display_in_upload="true"/>
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
8 </registration>
6
e4c21444a3ba Add sniffer, clean up imports, register sniffable datatype.
Matt Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
9 <sniffers>
e4c21444a3ba Add sniffer, clean up imports, register sniffable datatype.
Matt Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
10 <sniffer type="galaxy.datatypes.binary:Sra"/>
e4c21444a3ba Add sniffer, clean up imports, register sniffable datatype.
Matt Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
11 </sniffers>
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
12 </datatypes>