changeset 6:7d675a3e7a7b 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:34:12 -0400
parents 5dd128ce9d1e
children 7cc084e81572
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:19:02 2018 -0400
+++ b/filter_tabular.xml	Fri Oct 05 09:34:12 2018 -0400
@@ -127,4 +127,5 @@
 @LINEFILTERS_HELP_EXAMPLE@
 
     ]]></help>
+    <expand macro="citations" />
 </tool>
--- a/macros.xml	Sun Sep 30 08:19:02 2018 -0400
+++ b/macros.xml	Fri Oct 05 09:34:12 2018 -0400
@@ -415,6 +415,13 @@
 
 ]]>
   </token>
+  <xml name="citations">
+    <citations>
+      <citation type="doi">10.12688/f1000research.16450.1</citation>
+      <yield />
+    </citations>
+  </xml>
+
 
 </macros>