diff fileinfo.xml @ 23:5db0545b9004 draft

update to v0.1.7.3
author wolma
date Thu, 21 Jul 2016 03:55:49 -0400
parents c46406466625
children
line wrap: on
line diff
--- a/fileinfo.xml	Sun Jun 12 07:39:46 2016 -0400
+++ b/fileinfo.xml	Thu Jul 21 03:55:49 2016 -0400
@@ -1,26 +1,26 @@
-<tool id="fileinfo" name="Retrieve File Information" version="0.1.7.2">
+<tool id="fileinfo" name="Retrieve File Information" version="0.1.7.3">
   <description>for supported data formats.</description>
   <macros>
     <import>toolshed_macros.xml</import>
   </macros>
-  <expand macro="requirements"/>
+  <expand macro="requirements" />
   <version_command>python3 -m MiModD version -q</version_command>
   <command>
     python3 -m MiModD info "$ifile" -o "$outputfile" --verbose --oformat $oformat
   </command>
 
   <inputs>
-    <param name="ifile" type="data" format="bam,sam,vcf,bcf,fasta" label="input file" />
-    <param name="oformat" type="select" label="output format">
+    <param format="bam,sam,vcf,bcf,fasta" label="input file" name="ifile" type="data" />
+    <param label="output format" name="oformat" type="select">
         <option value="txt">text</option>
         <option value="html">html</option>
     </param>
   </inputs>
 
   <outputs>
-    <data name="outputfile" format="txt" label="Sample Info on ${on_string}">
+    <data format="txt" label="Sample Info on ${on_string}" name="outputfile">
       <change_format>
-	    <when input="oformat" value="html" format="html"/>
+	    <when format="html" input="oformat" value="html" />
       </change_format>
     </data>
   </outputs>
@@ -35,4 +35,4 @@
 It autodetects and works with most file formats produced by MiModD, i.e., **SAM / BAM, vcf / bcf and fasta**, and produces a standardized report for all of them.
 
 </help>
-</tool>
+</tool>
\ No newline at end of file