Skip to content

Commit fbb43b4

Browse files
committed
add LAS and LAZ file format
1 parent 8c3dbe4 commit fbb43b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@
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">
143+
<infer_from suffix="las" />
144+
</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">
146+
<infer_from suffix="laz" />
147+
</datatype>
142148
<datatype extension="d3_hierarchy" type="galaxy.datatypes.text:Json" mimetype="application/json" subclass="true" display_in_upload="true"/>
143149
<datatype extension="cytoscapejson" type="galaxy.datatypes.text:CytoscapeJson" mimetype="application/json" display_in_upload="true" description="Cytoscape JSON format for network visualization, typically containing 'nodes' and 'edges' in a JSON object." description_url="https://js.cytoscape.org/#notation/elements-json" />
144150
<datatype extension="imgt.json" type="galaxy.datatypes.text:ImgtJson" mimetype="application/json" display_in_upload="True"/>

0 commit comments

Comments
 (0)