annotate datatypes_conf.xml @ 29:ce2bb7841f17 default tip

Fix for https://github.com/mdshw5/sra-tools-galaxy/issues/1
author Matt Shirley <mdshw5@gmail.com>
date Tue, 07 Apr 2015 09:09:23 -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>