diff cuffnorm_wrapper.xml @ 2:f8fdf50e0b3b draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit eb18f691975ef9539b5ebd4f118343c8ad967a1f
author devteam
date Tue, 07 Feb 2017 18:40:18 -0500
parents 7d4c2097aac5
children f5b2ee725d34
line wrap: on
line diff
--- a/cuffnorm_wrapper.xml	Wed Nov 11 12:35:18 2015 -0500
+++ b/cuffnorm_wrapper.xml	Tue Feb 07 18:40:18 2017 -0500
@@ -1,10 +1,10 @@
 <tool id="cuffnorm" name="Cuffnorm" version="@VERSION@.1">
     <description>Create normalized expression levels</description>
-    <expand macro="requirements" />
-    <expand macro="stdio" />
     <macros>
       <import>cuff_macros.xml</import>
     </macros>
+    <expand macro="requirements" />
+    <expand macro="stdio" />
     <version_command>cuffnorm 2>&amp;1 | head -n 1</version_command>
     <command>
         cuffnorm
@@ -42,7 +42,7 @@
             <option value="Yes">Yes</option>
         </param>
 
-        <param name="output_format" type="select" lable="Output format" 
+        <param name="output_format" type="select" label="Output format" 
             help="By default, Cuffnorm reports expression levels in the 'simple-table' tab-delimted text files. The program also reports information about your samples and about the genes, transcripts, TSS groups, and CDS groups as tab delimited text files. Note that these files have a different format than the files used by Cuffdiff. However, you can direct Cuffnorm to report its output in the same format as used by Cuffdiff if you wish" >
                 <option value="simple-table" selected="True">Simple Table</option>
                 <option value="cuffdiff">Cuffdiff format</option>
@@ -166,12 +166,12 @@
         </data>
     </outputs>
     <tests>
+        <!-- 
         <test>
-            <!-- 
                 NOTE: as of version 0.0.6 of the wrapper, tests cannot be run because multiple inputs to a repeat
                 element are not supported.
-            -->
         </test>
+        -->
     </tests>
 
     <help>