diff macros.xml @ 0:1005ffbccd86 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pysradb commit 95f13fef86ee81a617814a386cb371e94cf45577
author iuc
date Fri, 11 Nov 2022 07:35:39 +0000
parents
children f63cf0adfd87
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Nov 11 07:35:39 2022 +0000
@@ -0,0 +1,32 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.4.2</token>
+    <token name="@SUFFIX_VERSION@">0</token>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">pysradb</xref>
+        </xrefs>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">pysradb</requirement>
+            <requirement type="package" version="3.6.2">matplotlib</requirement>
+            <requirement type="package" version="7.1.0_52">imagemagick</requirement>
+            <requirement type="package" version="5.1.0">gawk</requirement>
+        </requirements>
+    </xml>
+    <xml name="instrument_macro">
+        <param name="instrument" type="select" optional="true" label="Instrument" help="Scientific instrument used to automate the DNA sequencing process. You can find more information about the different instruments in the help section.">
+            <yield/>
+        </param>
+    </xml>
+    <xml name="source_macro">
+        <param argument="--source" type="select" label="Library source" help="Type of source material that is being sequenced">
+            <yield/>
+        </param>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.12688/f1000research.18676.1</citation>
+        </citations>
+    </xml>
+</macros>