changeset 41:4cc2d806c27e draft

Uploaded
author bgruening
date Mon, 03 Feb 2014 12:44:12 -0500
parents 20f8dafb554f
children ef1232cedacb
files correctGCBias.xml
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/correctGCBias.xml	Mon Feb 03 12:38:00 2014 -0500
+++ b/correctGCBias.xml	Mon Feb 03 12:44:12 2014 -0500
@@ -41,8 +41,9 @@
             --binSize '$advancedOpt.binSize'  
         #end if
 
-        #set newoutFileName="corrected."+str($outFileFormat)
-        --correctedFile $newoutFileName;
+        ###set newoutFileName="corrected."+str($outFileFormat)
+        ##--correctedFile $newoutFileName;
+        --correctedFile "corrected.bam";
 
         mv $newoutFileName $outFileName
     </command>
@@ -52,12 +53,13 @@
         <expand macro="reference_genome_source" />
         <expand macro="effectiveGenomeSize" />
 
+        <!--
         <param name="outFileFormat" type="select" label="File format of the output">
             <option value="bam">bam</option>
             <option value="bw">bigwig</option>
             <option value="bg">bedgraph</option>
         </param>
-
+        -->
         <expand macro="region_limit_operation" />
 
         <conditional name="advancedOpt">
@@ -75,11 +77,11 @@
     </inputs>
     <outputs>
         <data format="bam" name="outFileName">
-            <change_format>
+            <!--<change_format>
                 <when input="outFileFormat" value="bw" format="bigwig" />
                 <when input="outFileFormat" value="bam" format="bam" />
                 <when input="outFileFormat" value="bg" format="bedgraph" />
-            </change_format>
+            </change_format>-->
         </data>
     </outputs>
     <help>