diff read_hexamer.xml @ 60:1421603cc95b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 1dfe55ca83685cadb0ce8f6ebbd8c13232376d1d
author iuc
date Sat, 26 Nov 2022 15:19:14 +0000
parents dbedfc5f5a3c
children 5968573462fa
line wrap: on
line diff
--- a/read_hexamer.xml	Sat Dec 18 19:41:19 2021 +0000
+++ b/read_hexamer.xml	Sat Nov 26 15:19:14 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="rseqc_read_hexamer" name="Hexamer frequency" version="@TOOL_VERSION@">
+<tool id="rseqc_read_hexamer" name="Hexamer frequency" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@GALAXY_VERSION@">
     <description>
         calculates hexamer (6mer) frequency for reads, genomes, and mRNA sequences
     </description>
@@ -57,7 +57,7 @@
             <output name="output">
                 <assert_contents>
                     <has_line line="Hexamer&#009;pairend_strandspecific_51mer_hg19_chr1_1-100000_R1_fastq" />
-                    <has_line line="AAAAAA&#009;0.00217391304348" />
+                    <has_text text="0.002173913043478261" />
                 </assert_contents>
             </output>
         </test>
@@ -66,7 +66,7 @@
             <output name="output">
                 <assert_contents>
                     <has_line line="Hexamer&#009;pairend_strandspecific_51mer_hg19_chr1_1-100000_R1_fastq_gz" />
-                    <has_line line="AAAAAA&#009;0.00217391304348" />
+                    <has_text text="0.002173913043478261" />
                 </assert_contents>
             </output>
         </test>
@@ -75,7 +75,7 @@
             <output name="output">
                 <assert_contents>
                     <has_line line="Hexamer&#009;pairend_strandspecific_51mer_hg19_chr1_1-100000_R1_fastq&#009;pairend_strandspecific_51mer_hg19_chr1_1-100000_R2_fastq" />
-                    <has_line line="AAAAAA&#009;0.00217391304348&#009;0.00534759358289" />
+                    <has_text text="0.002173913043478261" />
                 </assert_contents>
             </output>
         </test>
@@ -84,7 +84,7 @@
             <output name="output">
                 <assert_contents>
                     <has_line line="Hexamer&#009;pairend_strandspecific_51mer_hg19_chr1_1-100000_R1_fastq&#009;pairend_strandspecific_51mer_hg19_chr1_1-100000_R1_fastq.1" />
-                    <has_line line="AAAAAA&#009;0.00217391304348&#009;0.00217391304348" />
+                    <has_text text="0.002173913043478261" />
                 </assert_contents>
             </output>
         </test>