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

Changeset 5:f86c27295151 (2024-10-04)
Previous changeset 4:f0e7deab6518 (2020-02-19)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_stats commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
modified:
fastq_stats.xml
macros.xml
b
diff -r f0e7deab6518 -r f86c27295151 fastq_stats.xml
--- a/fastq_stats.xml Wed Feb 19 12:34:52 2020 -0500
+++ b/fastq_stats.xml Fri Oct 04 10:35:18 2024 +0000
[
@@ -1,15 +1,15 @@
-<tool id="fastq_stats" name="FASTQ Summary Statistics" version="@TOOL_VERSION@">
+<tool id="fastq_stats" name="FASTQ Summary Statistics" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>by column</description>
     <macros>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements"/>
     <edam_topics>
         <edam_topic>topic_0622</edam_topic>
     </edam_topics>
     <edam_operations>
         <edam_operation>operation_3180</edam_operation>
     </edam_operations>
+    <expand macro="requirements"/>
     <command><![CDATA[
 gx-fastq-stats '$input_file' '$output_file' '${input_file.extension[len('fastq'):]}'
     ]]></command>
b
diff -r f0e7deab6518 -r f86c27295151 macros.xml
--- a/macros.xml Wed Feb 19 12:34:52 2020 -0500
+++ b/macros.xml Fri Oct 04 10:35:18 2024 +0000
b
@@ -1,5 +1,7 @@
 <macros>
     <token name="@TOOL_VERSION@">1.1.5</token>
+    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@PROFILE@">23.1</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">galaxy_sequence_utils</requirement>