Mercurial > repos > bcclaywell > compressed_datatypes
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Wed May 27 20:24:21 2015 -0400 @@ -0,0 +1,11 @@ +<?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>