annotate galaxy-conf/Shift.xml @ 25:b43c420a6135 draft default tip

Incorporate fix: https://github.com/timpalpant/java-genomics-toolkit/commit/9a6c61b7c6b8d85a1cd3f595eed657a537b85dc9
author timpalpant
date Sat, 09 Feb 2019 14:02:24 -0500
parents a77e126ae856
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
1 <tool id="WigShift" name="Mean shift" version="1.2.0">
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
2 <description>a (Big)Wig file</description>
25
b43c420a6135 Incorporate fix: https://github.com/timpalpant/java-genomics-toolkit/commit/9a6c61b7c6b8d85a1cd3f595eed657a537b85dc9
timpalpant
parents: 24
diff changeset
3 <command interpreter="bash">galaxyToolRunner.sh wigmath.Shift -i $input -m $M $chr -o $output</command>
24
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
4 <inputs>
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
5 <param format="bigwig,wig" name="input" type="data" label="Shift the data in" />
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
6 <param name="M" type="float" value="0" label="To have mean" />
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
7 <param name="chr" type="boolean" checked="false" truevalue="--bychr" falsevalue="" label="Mean-shift chromosomes individually" />
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
8 </inputs>
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
9 <outputs>
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
10 <data format="wig" name="output" metadata_source="input" />
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
11 </outputs>
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
12 <help>
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
13
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
14 This tool will shift all values in a Wig file by a scalar so that the output has the desired mean.
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
15
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
16 .. class:: infomark
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
17
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
18 **TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in Wig or BigWig format. Use "edit attributes" to set the correct format if it was not detected correctly.
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
19
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
20 </help>
a77e126ae856 Reupload since last upload did not load correctly
timpalpant
parents:
diff changeset
21 </tool>