Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/galaxy/config/sample/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@
<datatype extension="strider" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="supermatcher" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="syco" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="taf" auto_compressed_types="gz" type="galaxy.datatypes.data:Text" subclass="true" description="Transposed Alignment Format. The first line of a .taf file begins with #taf. This word is followed by white-space-separated 'variable:value' pairs. There should be no white space surrounding the ':'." display_in_upload="true" description_url="https://github.com/ComparativeGenomicsToolkit/taffy/blob/main/docs/taf_format.md"/>
<datatype extension="textsearch" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="vectorstrip" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="wobble" type="galaxy.datatypes.data:Text" subclass="true"/>
Expand Down