Unverified Commit 1b4c1ec6 authored by David López's avatar David López Committed by GitHub
Browse files

Merge pull request #21060 from bgruening/bgruening-patch-1

[25.0] add display_in_upload to LAZ and LAS
parents 7bd9499a 75a61d33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -139,10 +139,10 @@
    <datatype extension="data" type="galaxy.datatypes.data:Data" mimetype="application/octet-stream" max_optional_metadata_filesize="1048576"/>
    <datatype extension="gz" type="galaxy.datatypes.binary:Binary" subclass="true"/>
    <datatype extension="binary" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" max_optional_metadata_filesize="1048576"/>
    <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">
    <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">
        <infer_from suffix="las" />
    </datatype>
    <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">
    <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">
        <infer_from suffix="laz" />
    </datatype>
    <datatype extension="d3_hierarchy" type="galaxy.datatypes.text:Json" mimetype="application/json" subclass="true" display_in_upload="true"/>