Mercurial > repos > jjohnson > snpeff_datatypes
annotate datatypes_conf.xml @ 2:b33911fdbac4
Add datatype: snpeffdbv4
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Thu, 23 Oct 2014 04:41:03 -0500 |
| parents | 926c8f02b3ba |
| 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"/> | |
| 2 | 8 <datatype extension="snpeffdbv4" type="galaxy.datatypes.snpeff:SnpEffDb" subclass="True" display_in_upload="True"/> |
| 0 | 9 </registration> |
| 10 </datatypes> | |
| 11 |
