Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update datatypes_conf.xml.sample with docx type #16713

Merged
merged 6 commits into from
Oct 25, 2023
Merged
Changes from 1 commit
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
Next Next commit
Update datatypes_conf.xml.sample with docx type
yvanlebras authored Sep 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 652751d11d5a70f5bb8858fb99f54eb50db84afe
2 changes: 2 additions & 0 deletions lib/galaxy/config/sample/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
@@ -567,6 +567,8 @@
<!-- 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:docx" display_in_upload="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"/>