diff galaxy-conf/Shift.xml @ 22:727fbba02ef7 draft

Fix a bug in GeneTrackToWig where +/- strands were not merged correctly. Add option to vary the chunk size of tools that process chromosomes in chunks.
author timpalpant
date Tue, 19 Jun 2012 22:09:23 -0400
parents 9d56b5b85740
children
line wrap: on
line diff
--- a/galaxy-conf/Shift.xml	Mon Jun 18 14:50:31 2012 -0400
+++ b/galaxy-conf/Shift.xml	Tue Jun 19 22:09:23 2012 -0400
@@ -4,7 +4,7 @@
   <inputs>
     <param format="bigwig,wig" name="input" type="data" label="Shift the data in" />
     <param name="M" type="float" value="0" label="To have mean" />
-    <param name="chr" type="boolean" checked="false" truevalue="-c" falsevalue="" label="Mean-shift chromosomes individually" />
+    <param name="chr" type="boolean" checked="false" truevalue="--bychr" falsevalue="" label="Mean-shift chromosomes individually" />
   </inputs>
   <outputs>
     <data format="wig" name="output" metadata_source="input" />