changeset 9:115f6bb3ae79 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit a5766d27dcddd1891766476a913d0eae1ec7a3c9
author iuc
date Sun, 23 Nov 2025 17:50:53 +0000
parents 8d958759cf2a
children
files fastq_paired_end_joiner.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/fastq_paired_end_joiner.xml	Fri Oct 04 10:35:09 2024 +0000
+++ b/fastq_paired_end_joiner.xml	Sun Nov 23 17:50:53 2025 +0000
@@ -1,5 +1,5 @@
 <!-- TODO as soon as possible adapt the TOOL VERSION macro token .. so far only bump minor versions -->
-<tool id="fastq_paired_end_joiner" name="FASTQ joiner" version="2.0.1.1+galaxy1" profile="@PROFILE@">
+<tool id="fastq_paired_end_joiner" name="FASTQ joiner" version="2.0.1.2+galaxy0" profile="@PROFILE@">
     <description>on paired end reads</description>
     <macros>
         <import>macros.xml</import>
--- a/macros.xml	Fri Oct 04 10:35:09 2024 +0000
+++ b/macros.xml	Sun Nov 23 17:50:53 2025 +0000
@@ -1,11 +1,11 @@
 <macros>
-    <token name="@TOOL_VERSION@">1.1.5</token>
-    <token name="@VERSION_SUFFIX@">2</token>
-    <token name="@PROFILE@">23.1</token>
+    <token name="@TOOL_VERSION@">1.2</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">24.2</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">galaxy_sequence_utils</requirement>
             <yield/>
         </requirements>
-    </xml>>
+    </xml>
 </macros>