comparison galaxy-conf/ZScore.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
comparison
equal deleted inserted replaced
21:51b28ce6ef7e 22:727fbba02ef7
1 <tool id="WigZScore" name="Z-Score" version="1.2.0"> 1 <tool id="WigZScore" name="Z-Score" version="1.2.0">
2 <description>a (Big)Wig file</description> 2 <description>a (Big)Wig file</description>
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.ZScore -i $input $chr -o $output</command> 3 <command interpreter="sh">galaxyToolRunner.sh wigmath.ZScore -i $input $chr -o $output</command>
4 <inputs> 4 <inputs>
5 <param format="bigwig,wig" name="input" type="data" label="Z-score the data in" /> 5 <param format="bigwig,wig" name="input" type="data" label="Z-score the data in" />
6 <param name="chr" type="boolean" checked="false" truevalue="-c" falsevalue="" label="Z-score chromosomes individually" /> 6 <param name="chr" type="boolean" checked="false" truevalue="--bychr" falsevalue="" label="Z-score chromosomes individually" />
7 </inputs> 7 </inputs>
8 <outputs> 8 <outputs>
9 <data format="wig" name="output" metadata_source="input" /> 9 <data format="wig" name="output" metadata_source="input" />
10 </outputs> 10 </outputs>
11 <tests> 11 <tests>