Skip to content

Commit

Permalink
Add gtf to auto_compressed_types
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 20, 2024
1 parent 0390a8b commit e0672f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/config/sample/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<datatype extension="gif" type="galaxy.datatypes.images:Gif" mimetype="image/gif"/>
<datatype extension="gmaj.zip" type="galaxy.datatypes.images:Gmaj" mimetype="application/zip"/>
<datatype extension="graph_dot" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="gtf" type="galaxy.datatypes.interval:Gtf" display_in_upload="true">
<datatype extension="gtf" auto_compressed_types="gz" type="galaxy.datatypes.interval:Gtf" display_in_upload="true">
<converter file="gff_to_interval_index_converter.xml" target_datatype="interval_index"/>
<converter file="bed_gff_or_vcf_to_bigwig_converter.xml" target_datatype="bigwig"/>
<display file="igb/gtf.xml"/>
Expand Down

0 comments on commit e0672f0

Please sign in to comment.