# HG changeset patch
# User iuc
# Date 1538746849 14400
# Node ID fe5036ccfdc3ac4373fabdcd85734c08639c6c08
# Parent  0b52ad240b2bc9277fc75a3bb163494cdc990b52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 43d0f694b024cf9b1f0e26d803d3f19f38c95ee9

diff -r 0b52ad240b2b -r fe5036ccfdc3 macros.xml
--- a/macros.xml	Sun Sep 30 08:20:28 2018 -0400
+++ b/macros.xml	Fri Oct 05 09:40:49 2018 -0400
@@ -415,6 +415,13 @@
 
 ]]>
   </token>
+  <xml name="citations">
+    <citations>
+      <citation type="doi">10.12688/f1000research.16450.1</citation>
+      <yield />
+    </citations>
+  </xml>
+
 
 </macros>
 
diff -r 0b52ad240b2b -r fe5036ccfdc3 sqlite_to_tabular.xml
--- a/sqlite_to_tabular.xml	Sun Sep 30 08:20:28 2018 -0400
+++ b/sqlite_to_tabular.xml	Fri Oct 05 09:40:49 2018 -0400
@@ -60,4 +60,5 @@
 @QUERY_HELP@
 
     ]]></help>
+    <expand macro="citations" />
 </tool>