Skip to content

Commit 1b4c1ec

Browse files
authored
Merge pull request #21060 from bgruening/bgruening-patch-1
[25.0] add display_in_upload to LAZ and LAS
2 parents 7bd9499 + 75a61d3 commit 1b4c1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
<datatype extension="data" type="galaxy.datatypes.data:Data" mimetype="application/octet-stream" max_optional_metadata_filesize="1048576"/>
140140
<datatype extension="gz" type="galaxy.datatypes.binary:Binary" subclass="true"/>
141141
<datatype extension="binary" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" max_optional_metadata_filesize="1048576"/>
142-
<datatype extension="las" type="galaxy.datatypes.binary:Binary" mimetype="application/vnd.las" description="The LAS (LASer) format is a file format designed for the interchange and archiving of Lidar point cloud data." description_url="https://www.loc.gov/preservation/digital/formats/fdd/fdd000418.shtml">
142+
<datatype extension="las" type="galaxy.datatypes.binary:Binary" mimetype="application/vnd.las" subclass="true" display_in_upload="true" description="The LAS (LASer) format is a file format designed for the interchange and archiving of Lidar point cloud data." description_url="https://www.loc.gov/preservation/digital/formats/fdd/fdd000418.shtml">
143143
<infer_from suffix="las" />
144144
</datatype>
145-
<datatype extension="laz" type="galaxy.datatypes.binary:Binary" mimetype="application/vnd.las" description="LAZ is an open format for lossless compression of LAS." description_url="https://downloads.rapidlasso.de/doc/laszip.pdf">
145+
<datatype extension="laz" type="galaxy.datatypes.binary:Binary" mimetype="application/vnd.las" subclass="true" display_in_upload="true" description="LAZ is an open format for lossless compression of LAS." description_url="https://downloads.rapidlasso.de/doc/laszip.pdf">
146146
<infer_from suffix="laz" />
147147
</datatype>
148148
<datatype extension="d3_hierarchy" type="galaxy.datatypes.text:Json" mimetype="application/json" subclass="true" display_in_upload="true"/>

0 commit comments

Comments
 (0)