Mercurial > repos > bcrain-completegenomics > testing4
comparison scripts/datatypes_conf.xml @ 5:e1f7989cc382 draft
Uploaded
| author | bcrain-completegenomics |
|---|---|
| date | Tue, 12 Jun 2012 14:50:32 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 4:d0d80cab6c38 | 5:e1f7989cc382 |
|---|---|
| 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> |
