diff fastq_paired_end_deinterlacer.xml @ 5:523c2aff0376 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_deinterlacer commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
author iuc
date Fri, 04 Oct 2024 10:34:55 +0000
parents f3936d0632cb
children
line wrap: on
line diff
--- a/fastq_paired_end_deinterlacer.xml	Wed Feb 19 12:32:31 2020 -0500
+++ b/fastq_paired_end_deinterlacer.xml	Fri Oct 04 10:34:55 2024 +0000
@@ -1,15 +1,15 @@
-<tool id="fastq_paired_end_deinterlacer" name="FASTQ de-interlacer" version="@TOOL_VERSION@">
+<tool id="fastq_paired_end_deinterlacer" name="FASTQ de-interlacer" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>on paired end reads</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_3359</edam_operation>
     </edam_operations>
+    <expand macro="requirements"/>
     <command><![CDATA[
 gx-fastq-paired-end-deinterlacer '$input_file' '${input_file.extension[len('fastq'):]}' '$output1_pairs_file' '$output2_pairs_file' '$output1_singles_file' '$output2_singles_file'
     ]]></command>