view tool-data/datatypes_conf.xml @ 1:ae2bc4e5fefc draft default tip

Fix igvtools_tile.xml tdf output and add log file output
author Jim Johnson <jj@umn.edu>
date Tue, 27 Nov 2012 16:32:10 -0600
parents 2eb1e2924c1a
children
line wrap: on
line source

<?xml version="1.0"?>
<datatypes>
    <datatype_files>
        <datatype_file name="igv.py"/>
    </datatype_files>
    <registration>
        <datatype extension="igv" type="galaxy.datatypes.tabular:Tabular" subclass="True" display_in_upload="True"/>
        <datatype extension="igv.snp" type="galaxy.datatypes.tabular:Tabular" subclass="True" display_in_upload="True"/>
        <datatype extension="igv.cn" type="galaxy.datatypes.tabular:Tabular" subclass="True" display_in_upload="True"/>
        <datatype extension="igv.gct" type="galaxy.datatypes.tabular:Tabular" subclass="True" display_in_upload="True"/>
        <datatype extension="igv.res" type="galaxy.datatypes.tabular:Tabular" subclass="True" display_in_upload="True"/>
        <datatype extension="igv.tdf" type="galaxy.datatypes.igv:TiledDataFile" display_in_upload="True"/>
        <datatype extension="igv.genome" type="galaxy.datatypes.igv:GenomeDescriptor" display_in_upload="True"/>
    </registration>
    <sniffers>
        <sniffer type="galaxy.datatypes.igv:TiledDataFile"/>
        <sniffer type="galaxy.datatypes.igv:GenomeDescriptor"/>
    </sniffers>
</datatypes>