diff stringtie.xml @ 24:cbf488da3b2c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 8dc7b89b32a9e86c48e9ef7078703ae277bdaf96
author iuc
date Mon, 13 May 2024 14:07:55 +0000
parents 8eb8750070d4
children
line wrap: on
line diff
--- a/stringtie.xml	Tue Apr 30 11:53:08 2024 +0000
+++ b/stringtie.xml	Mon May 13 14:07:55 2024 +0000
@@ -278,7 +278,7 @@
                 <param name="input_mode" value="short_reads"/>
                 <param name="input_bam" ftype="bam" value="stringtie_in1.bam"/>
             </conditional>
-            <output name="output_gtf" file="stringtie_out1_re.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out1_re.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!--Ensure fraction option works -->
         <test expect_num_outputs="1">
@@ -287,7 +287,7 @@
                 <param name="input_bam" ftype="bam" value="stringtie_in1.bam"/>
             </conditional>            
             <param name="fraction" value="0.17"/>
-            <output name="output_gtf" file="stringtie_out2_re.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out2_re.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!--Ensure guide option works -->
         <test expect_num_outputs="1">
@@ -298,7 +298,7 @@
             <param name="use_guide" value="yes"/>
             <param name="guide_gff_select" value="history"/>
             <param name="ref_hist" ftype="gtf" value="stringtie_in.gtf" />
-            <output name="output_gtf" file="stringtie_out3_re.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out3_re.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!--Ensure guide with fraction works -->
         <test expect_num_outputs="1">
@@ -310,7 +310,7 @@
             <param name="guide_gff_select" value="history"/>
             <param name="ref_hist" ftype="gtf" value="stringtie_in.gtf"/>
             <param name="fraction" value="0.17"/>
-            <output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!--Ensure coverage and output for Ballgown works -->
         <test expect_num_outputs="7">
@@ -328,8 +328,8 @@
             <output name="transcript_expression" file="./ballgown/t_data.ctab" ftype="tabular"/>
             <output name="exon_transcript_mapping" file="./ballgown/e2t.ctab" ftype="tabular"/>
             <output name="intron_transcript_mapping" file="./ballgown/i2t.ctab" ftype="tabular"/>
-            <output name="output_gtf" file="stringtie_out5.gtf" ftype="gtf" lines_diff="2"/>
-            <output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out5.gtf" ftype="gtf" lines_diff="4"/>
+            <output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!--Ensure output for edgeR works -->
         <test expect_num_outputs="5">
@@ -347,8 +347,8 @@
             <output name="gene_counts" file="gene_counts_edger.tsv" ftype="tabular"/>
             <output name="transcript_counts" file="transcript_counts_edger.tsv" ftype="tabular"/>
             <output name="legend" file="legend.tsv" ftype="tabular"/>
-            <output name="output_gtf" file="stringtie_out6.gtf" ftype="gtf" lines_diff="2"/>
-            <output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out6.gtf" ftype="gtf" lines_diff="4"/>
+            <output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!--Ensure gene abundances output works -->
         <test expect_num_outputs="2">
@@ -361,8 +361,8 @@
             <param name="ref_hist" ftype="gtf" value="stringtie_in.gtf"/>
             <param name="fraction" value="0.17"/>
             <param name="abundance_estimation" value="true"/>
-            <output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="2"/>
-            <output name="gene_abundance_estimation" file="stringtie_out7.tsv" ftype="tabular" lines_diff="2" />
+            <output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="4"/>
+            <output name="gene_abundance_estimation" file="stringtie_out7.tsv" ftype="tabular" lines_diff="4" />
         </test>
         <!--Ensure another fraction value works -->
         <test expect_num_outputs="1">
@@ -374,7 +374,7 @@
             <param name="guide_gff_select" value="history"/>
             <param name="ref_hist" ftype="gtf" value="stringtie_in.gtf"/>
             <param name="fraction" value="0.15"/>
-            <output name="output_gtf" file="stringtie_out8.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out8.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!--Ensure built-in GTFs work -->
         <test expect_num_outputs="1">
@@ -385,7 +385,7 @@
             <param name="use_guide" value="yes"/>
             <param name="guide_gff_select" value="cached"/>
             <param name="fraction" value="0.15"/>
-            <output name="output_gtf" file="stringtie_out9.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out9.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!-- Test long reads input -->
         <test expect_num_outputs="1">
@@ -396,7 +396,7 @@
             <param name="use_guide" value="yes"/>
             <param name="guide_gff_select" value="cached"/>
             <param name="fraction" value="0.15"/>
-            <output name="output_gtf" file="stringtie_out10.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out10.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!-- Test error splice option -->
         <test expect_num_outputs="1">
@@ -408,7 +408,7 @@
             <param name="use_guide" value="yes"/>
             <param name="guide_gff_select" value="cached"/>
             <param name="fraction" value="0.15"/>
-            <output name="output_gtf" file="stringtie_out11.gtf" ftype="gtf" lines_diff="2"/>
+            <output name="output_gtf" file="stringtie_out11.gtf" ftype="gtf" lines_diff="4"/>
         </test>
         <!-- Test mixed reads input -->
         <test expect_num_outputs="1">