5
|
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>
|