Repository 'pangolin'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/pangolin

Changeset 24:92dd6da871f4 (2022-08-03)
Previous changeset 23:77402759b866 (2022-07-18) Next changeset 25:ca337cce3888 (2022-10-14)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pangolin commit ae9641015df9ee51adfd932e0c15747cfb9423db
modified:
tool_data_table_conf.xml.sample
tool_data_table_conf.xml.test
b
diff -r 77402759b866 -r 92dd6da871f4 tool_data_table_conf.xml.sample
--- a/tool_data_table_conf.xml.sample Mon Jul 18 14:50:35 2022 +0000
+++ b/tool_data_table_conf.xml.sample Wed Aug 03 07:54:25 2022 +0000
b
@@ -1,6 +1,17 @@
 <tables>
-    <table name="pangolearn" comment_char="#" allow_duplicate_entries="False">
-        <columns>value, description, format_version, path</columns>
-        <file path="tool-data/pangolearn.loc" />
+    <table name="pangolin_data" comment_char="#" allow_duplicate_entries="False">
+        <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_data -->
+        <columns>value, description, min_pangolin_version, date, path</columns>
+        <file path="tool-data/pangolin_data.loc" />
+    </table>
+    <table name="pangolin_constellations" comment_char="#" allow_duplicate_entries="False">
+        <!-- min_scorpio_version is the minimum scorpio tool major version that is needed to read the constellations data -->
+        <columns>value, description, min_scorpio_version, date, path</columns>
+        <file path="tool-data/pangolin_constellations.loc" />
+    </table>    
+    <table name="pangolin_assignment" comment_char="#" allow_duplicate_entries="False">
+        <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_assignment data -->
+        <columns>value, description, min_pangolin_version, date, path</columns>
+        <file path="tool-data/pangolin_assignment.loc" />
     </table>
 </tables>
b
diff -r 77402759b866 -r 92dd6da871f4 tool_data_table_conf.xml.test
--- a/tool_data_table_conf.xml.test Mon Jul 18 14:50:35 2022 +0000
+++ b/tool_data_table_conf.xml.test Wed Aug 03 07:54:25 2022 +0000
b
@@ -1,6 +1,17 @@
 <tables>
-    <table name="pangolearn" comment_char="#" allow_duplicate_entries="False">
-        <columns>value, description, format_version, path</columns>
-        <file path="${__HERE__}/test-data/pangolearn.loc" />
+    <table name="pangolin_data" comment_char="#" allow_duplicate_entries="False">
+        <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_data -->
+        <columns>value, description, min_pangolin_version, date, path</columns>
+        <file path="${__HERE__}/test-data/pangolin_data.loc" />
+    </table>
+    <table name="pangolin_constellations" comment_char="#" allow_duplicate_entries="False">
+        <!-- min_scorpio_version is the minimum scorpio tool major version that is needed to read the constellations data -->
+        <columns>value, description, min_scorpio_version, date, path</columns>
+        <file path="${__HERE__}/test-data/pangolin_constellations.loc" />
+    </table>    
+    <table name="pangolin_assignment" comment_char="#" allow_duplicate_entries="False">
+        <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_assignment data -->
+        <columns>value, description, min_pangolin_version, date, path</columns>
+        <file path="${__HERE__}/test-data/pangolin_assignment.loc" />
     </table>
 </tables>