changeset 6:5c1b09e05757 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 43d0f694b024cf9b1f0e26d803d3f19f38c95ee9
author iuc
date Fri, 05 Oct 2018 09:40:33 -0400
parents 121b74b88f38
children 34d29339abab
files filter_tabular.xml macros.xml
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/filter_tabular.xml	Sun Sep 30 08:20:14 2018 -0400
+++ b/filter_tabular.xml	Fri Oct 05 09:40:33 2018 -0400
@@ -127,4 +127,5 @@
 @LINEFILTERS_HELP_EXAMPLE@
 
     ]]></help>
+    <expand macro="citations" />
 </tool>
--- a/macros.xml	Sun Sep 30 08:20:14 2018 -0400
+++ b/macros.xml	Fri Oct 05 09:40:33 2018 -0400
@@ -415,6 +415,13 @@
 
 ]]>
   </token>
+  <xml name="citations">
+    <citations>
+      <citation type="doi">10.12688/f1000research.16450.1</citation>
+      <yield />
+    </citations>
+  </xml>
+
 
 </macros>