Skip to content

Commit

Permalink
fix(datatypes): add description
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Feb 16, 2024
1 parent df8971e commit 3e68991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/config/sample/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
<datatype extension="ttl" type="galaxy.datatypes.triples:Turtle" display_in_upload="true"/>
<datatype extension="rdf" type="galaxy.datatypes.triples:Rdf" display_in_upload="true"/>
<datatype extension="jsonld" type="galaxy.datatypes.triples:Jsonld" display_in_upload="true"/>
<datatype extension="sbol" type="galaxy.datatypes.triples:Sbol" display_in_upload="true"/>
<datatype extension="sbol" type="galaxy.datatypes.triples:Sbol" description="The SBOL (Synthetic Biology Open Language) standard was developed by the synthetic biology community to create a standardized format for the electronic exchange of information on the structural and functional aspects of biological designs." description_url="https://sbolstandard.org" display_in_upload="true"/>
<!-- 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"/>
Expand Down

0 comments on commit 3e68991

Please sign in to comment.