Skip to content

Commit

Permalink
Update lib/galaxy/config/sample/datatypes_conf.xml.sample
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
yvanlebras and bgruening authored Oct 2, 2023
1 parent 51028ae commit 4603b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/galaxy/config/sample/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,7 @@
<!-- Excel datatypes -->
<datatype extension="excel.xls" type="galaxy.datatypes.binary:ExcelXls" display_in_upload="true"/>
<datatype extension="xlsx" type="galaxy.datatypes.binary:Xlsx" display_in_upload="true"/>
<!-- Word datatypes -->
<datatype extension="docx" type="galaxy.datatypes.binary:Binary"/>
<datatype extension="docx" type="galaxy.datatypes.binary:Binary" subclass="true"/>
<datatype extension="btwisted" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="cai" type="galaxy.datatypes.data:Text" subclass="true"/>
<datatype extension="cat_db" type="galaxy.datatypes.data:Text" subclass="true"/>
Expand Down

0 comments on commit 4603b0e

Please sign in to comment.