changeset 1:c5b3d5e02f5a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/lexicmap commit 56c36706e760a9d8599ad5984dff4f48f10e3a7f
author iuc
date Tue, 16 Sep 2025 14:27:49 +0000
parents d4134260b442
children d1a30eb26392
files tool-data/lexicmap_index.loc.sample tool-data/lexicmap_index.loc.xml
diffstat 2 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/lexicmap_index.loc.sample	Tue Sep 16 14:27:49 2025 +0000
@@ -0,0 +1,8 @@
+#This is a sample file distributed with Galaxy that enables tools
+#to use a pre-built lexicmap indexes. You will need to create these
+#indexes and then create a lexicmap_index.loc file similar to this
+#one (store it in this directory) that points to pre-built indexes.
+#The lexicmap_index.loc file has this format 
+#(longer white space characters are TAB characters):
+#
+#<unique_build_id>   <display_name>   <file_path>
\ No newline at end of file
--- a/tool-data/lexicmap_index.loc.xml	Tue Sep 16 13:52:03 2025 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<tables>
-    <table name="lexicmap_index" comment_char="#" allow_duplicate_entries="False">
-        <columns>value, name, path</columns>
-        <file path="tool-data/lexicmap_index.loc"/>
-    </table>
-</tables>