diff tin.xml @ 62:473382134e56 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit ccb6f7edba5492f4750ef8a59c4f91eb67fdbbec
author iuc
date Wed, 22 Feb 2023 15:06:01 +0000
parents 5968573462fa
children 27e16a30667a
line wrap: on
line diff
--- a/tin.xml	Sat Dec 10 11:23:05 2022 +0000
+++ b/tin.xml	Wed Feb 22 15:06:01 2023 +0000
@@ -53,7 +53,7 @@
 
     <outputs>
         <data name="outputsummary" format="tabular" from_work_dir="summary.tab" label="TIN on ${on_string} (summary)" />
-        <data name="outputxls" format="xls" from_work_dir="tin.xls" label="TIN on ${on_string} (tin)" />
+        <data name="outputxls" format="tabular" from_work_dir="tin.xls" label="TIN on ${on_string} (tin)" />
     </outputs>
 
     <!-- PDF Files contain R version, must avoid checking for diff -->
@@ -62,7 +62,7 @@
             <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/>
             <param name="refgene" value="hg19_RefSeq_chr1_1-100000.bed" ftype="bed12"/>
             <output name="outputsummary" file="summary.tin.txt" ftype="tabular"/>
-            <output name="outputxls" file="output.tin.xls" ftype="xls"/>
+            <output name="outputxls" file="output.tin.xls" ftype="tabular"/>
         </test>
     </tests>