annotate datatypes_conf.xml @ 1:2b53f59de80c
draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/datatypes/snpeff_datatypes commit e511f2e85cd3d39f34fc0ed6e0ea5bc7b9a11e9e
author |
iuc |
date |
Thu, 14 Jan 2016 14:51:36 -0500 |
parents |
d78b2b2a3388 |
children |
|
rev |
line source |
0
|
1 <?xml version="1.0"?>
|
|
2 <datatypes>
|
|
3 <datatype_files>
|
|
4 <datatype_file name="snpeff.py"/>
|
|
5 </datatype_files>
|
|
6 <registration>
|
|
7 <datatype extension="snpeffdb" type="galaxy.datatypes.snpeff:SnpEffDb" display_in_upload="True"/>
|
|
8 <datatype extension="snpeffdbv4" type="galaxy.datatypes.snpeff:SnpEffDb" subclass="True" display_in_upload="True"/>
|
|
9 </registration>
|
|
10 </datatypes>
|
|
11
|