diff macros.xml @ 13:1e188c9610c3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit d3fa7b70aa028f527a1dbbb210c172c637dfd4d9
author iuc
date Fri, 09 Dec 2022 15:11:16 +0000
parents d78faac2c6ef
children 75acf92c8fd5
line wrap: on
line diff
--- a/macros.xml	Sat Dec 03 13:29:32 2022 +0000
+++ b/macros.xml	Fri Dec 09 15:11:16 2022 +0000
@@ -1,6 +1,6 @@
 <macros>
-    <token name="@TOOL_VERSION@">14.4</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@TOOL_VERSION@">14.6.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">21.01</token>
     <token name="@LICENSE@">MIT</token>
     <token name="@PROFILE_AND_LICENSE@">profile="@PROFILE@" license="@LICENSE@"</token>
@@ -310,7 +310,6 @@
 --released-after '$filters.released_after'
 #end if
     </token>
-
     <xml name="genome_fasta_assert" tokens="el1,el2,expression" token_ftype="fasta" token_expression_n="1">
         <element name="@EL1@">
             <element name="@EL2@" ftype="@FTYPE@" decompress="true">
@@ -320,4 +319,14 @@
             </element>
         </element>
     </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">@misc{NCBI,
+                author = "{NCBI}",
+                title = "NCBI Datasets",
+                year = "2022",
+                url = "https://github.com/ncbi/datasets"}
+            </citation>
+        </citations>
+    </xml>
 </macros>