Repository 'fastq_stats'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/fastq_stats

Changeset 4:f0e7deab6518 (2020-02-19)
Previous changeset 3:b1cea1b2fcd0 (2019-11-01)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_stats commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
modified:
fastq_stats.xml
added:
macros.xml
b
diff -r b1cea1b2fcd0 -r f0e7deab6518 fastq_stats.xml
--- a/fastq_stats.xml Fri Nov 01 13:26:00 2019 -0400
+++ b/fastq_stats.xml Wed Feb 19 12:34:52 2020 -0500
b
@@ -1,8 +1,9 @@
-<tool id="fastq_stats" name="FASTQ Summary Statistics" version="1.1.1">
+<tool id="fastq_stats" name="FASTQ Summary Statistics" version="@TOOL_VERSION@">
     <description>by column</description>
-    <requirements>
-        <requirement type="package" version="1.1.1">galaxy_sequence_utils</requirement>
-    </requirements>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements"/>
     <edam_topics>
         <edam_topic>topic_0622</edam_topic>
     </edam_topics>
b
diff -r b1cea1b2fcd0 -r f0e7deab6518 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Wed Feb 19 12:34:52 2020 -0500
b
@@ -0,0 +1,9 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.1.5</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">galaxy_sequence_utils</requirement>
+            <yield/>
+        </requirements>
+    </xml>>
+</macros>