annotate datatypes_conf.xml @ 16:dd337a830b5c

Use patched versions of tools.
author Matt Shirley <mdshw5@gmail.com>
date Mon, 30 Mar 2015 16:22:27 -0400
parents 558a88cd49e4
children
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>
8
558a88cd49e4 bump toolkit versions, old registration path
Matt Shirley <mdshw5@gmail.com>
parents: 6
diff changeset
7 <datatype extension="sra" type="galaxy.datatypes.sra: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>
8
558a88cd49e4 bump toolkit versions, old registration path
Matt Shirley <mdshw5@gmail.com>
parents: 6
diff changeset
10 <sniffer type="galaxy.datatypes.sra:Sra"/>
6
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>