view datatypes_conf.xml @ 0:83f10f4a6d1f draft default tip

planemo upload commit 07fd35ecbdfd1be585d7f01806f9987b12ce916d
author bcclaywell
date Wed, 27 May 2015 20:24:21 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<datatypes>
    <registration>
        <datatype extension="fasta.gz" type="galaxy.datatypes.binary:CompressedArchive" subclass="True" display_in_upload="True">
            <converter file="fastagz_to_fasta.xml" target_datatype="fasta"/>
        </datatype>
        <datatype extension="fastq.gz" type="galaxy.datatypes.binary:CompressedArchive" subclass="True" display_in_upload="True">
            <converter file="fastqgz_to_fastq.xml" target_datatype="fastq"/>
        </datatype>
    </registration>
</datatypes>