Skip to content

Commit e0672f0

Browse files
committed
Add gtf to auto_compressed_types
1 parent 0390a8b commit e0672f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/config/sample/datatypes_conf.xml.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<datatype extension="gif" type="galaxy.datatypes.images:Gif" mimetype="image/gif"/>
191191
<datatype extension="gmaj.zip" type="galaxy.datatypes.images:Gmaj" mimetype="application/zip"/>
192192
<datatype extension="graph_dot" type="galaxy.datatypes.data:Text" subclass="true"/>
193-
<datatype extension="gtf" type="galaxy.datatypes.interval:Gtf" display_in_upload="true">
193+
<datatype extension="gtf" auto_compressed_types="gz" type="galaxy.datatypes.interval:Gtf" display_in_upload="true">
194194
<converter file="gff_to_interval_index_converter.xml" target_datatype="interval_index"/>
195195
<converter file="bed_gff_or_vcf_to_bigwig_converter.xml" target_datatype="bigwig"/>
196196
<display file="igb/gtf.xml"/>

0 commit comments

Comments
 (0)