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

Changeset 5:b8a457820315 (2023-03-23)
Previous changeset 4:f198773344e4 (2022-07-01)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 9edd054251bc74685d627360bb0fbe8ea60fa6a2
modified:
datamash-reverse.xml
macros.xml
b
diff -r f198773344e4 -r b8a457820315 datamash-reverse.xml
--- a/datamash-reverse.xml Fri Jul 01 16:18:35 2022 +0000
+++ b/datamash-reverse.xml Thu Mar 23 20:47:16 2023 +0000
b
@@ -46,4 +46,5 @@
 @HELP_FOOTER@
 ]]>
     </help>
+    <expand macro="citation"/>
 </tool>
b
diff -r f198773344e4 -r b8a457820315 macros.xml
--- a/macros.xml Fri Jul 01 16:18:35 2022 +0000
+++ b/macros.xml Thu Mar 23 20:47:16 2023 +0000
b
@@ -1,7 +1,7 @@
 <macros>
-    <token name="@TOOL_VERSION@">1.1.0</token>
-    <token name="@VERSION_SUFFIX@">2</token>
-    <token name="@PROFILE@">21.01</token>
+    <token name="@TOOL_VERSION@">1.8</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">22.01</token>
     <xml name="inputs_outputs">
         <inputs>
             <param name="in_file" type="data" format="tabular,csv,tsv" label="Input tabular dataset" help="" />
@@ -44,4 +44,14 @@
 
 -----
     </token>
+    <xml name="citation">
+        <citations>
+            <citation type="bibtex">
+                @ONLINE{datamash,
+                    title = {GNU Datamash},
+                    url = {https://www.gnu.org/software/datamash/}
+                }
+            </citation>
+        </citations>
+    </xml>
 </macros>