Mercurial > repos > bcrain-completegenomics > testing1
comparison cgatools/datatypes_conf.xml @ 16:4450c9ca9451 draft default tip
Uploaded
| author | bcrain-completegenomics |
|---|---|
| date | Thu, 07 Jun 2012 14:46:41 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 15:a006c9df8747 | 16:4450c9ca9451 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <datatypes> | |
| 3 <datatype_files> | |
| 4 <datatype_file name="completegenomics.py"/> | |
| 5 </datatype_files> | |
| 6 | |
| 7 <registration> | |
| 8 <!-- | |
| 9 Add the following section to datatypes_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance | |
| 10 --> | |
| 11 <!-- Start Complete Genomics Datatypes --> | |
| 12 <datatype extension="cg_var" type="galaxy.datatypes.tabular:CG_Var" display_in_upload="true" /> | |
| 13 <datatype extension="cg_mastervar" type="galaxy.datatypes.tabular:CG_MasterVar" display_in_upload="true" /> | |
| 14 <datatype extension="cg_gene" type="galaxy.datatypes.tabular:CG_Gene" display_in_upload="true" /> | |
| 15 <!-- End Complete Genomics Datatypes --> | |
| 16 </registration> | |
| 17 <sniffers> | |
| 18 </sniffers> | |
| 19 </datatypes> |
