Mercurial > repos > bcclaywell > compressed_datatypes
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:83f10f4a6d1f |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <datatypes> | |
| 3 <registration> | |
| 4 <datatype extension="fasta.gz" type="galaxy.datatypes.binary:CompressedArchive" subclass="True" display_in_upload="True"> | |
| 5 <converter file="fastagz_to_fasta.xml" target_datatype="fasta"/> | |
| 6 </datatype> | |
| 7 <datatype extension="fastq.gz" type="galaxy.datatypes.binary:CompressedArchive" subclass="True" display_in_upload="True"> | |
| 8 <converter file="fastqgz_to_fastq.xml" target_datatype="fastq"/> | |
| 9 </datatype> | |
| 10 </registration> | |
| 11 </datatypes> |
