comparison bamCompare.xml @ 11:8f2a1286b61c draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 999ec5d9b5882702497d8117a7d26536a67e19ca
author bgruening
date Tue, 24 Jan 2017 04:59:05 -0500
parents 89f6d2283317
children 2a1b4e95bdf7
comparison
equal deleted inserted replaced
10:9cc3a577f80d 11:8f2a1286b61c
112 select 'first' or 'second'."> 112 select 'first' or 'second'.">
113 <option value="log2" selected="true">Compute log2 of the number of reads ratio</option> 113 <option value="log2" selected="true">Compute log2 of the number of reads ratio</option>
114 <option value="ratio">Compute the ratio of the number of reads</option> 114 <option value="ratio">Compute the ratio of the number of reads</option>
115 <option value="subtract">Compute difference (subtract input from treatment) of the number of reads</option> 115 <option value="subtract">Compute difference (subtract input from treatment) of the number of reads</option>
116 <option value="add">Compute the sum of number of reads</option> 116 <option value="add">Compute the sum of number of reads</option>
117 <option value="mean">Compute the mean of the number of reads between the two files</option>
117 <option value="reciprocal_ratio">Computes the fold change. If the fold change is less than 1, the negative of the inverse is reported. E.g. A fold change of 10 to 5 would be reported not as 0.5 but as -2</option> 118 <option value="reciprocal_ratio">Computes the fold change. If the fold change is less than 1, the negative of the inverse is reported. E.g. A fold change of 10 to 5 would be reported not as 0.5 but as -2</option>
118 <option value="first">Returns the scaled value of the first BAM file</option> 119 <option value="first">Returns the scaled value of the first BAM file</option>
119 <option value="second">Returns the scaled value of the second BAM file</option> 120 <option value="second">Returns the scaled value of the second BAM file</option>
120 </param> 121 </param>
121 <when value="log2"> 122 <when value="log2">
123 </when> 124 </when>
124 <when value="ratio"> 125 <when value="ratio">
125 <expand macro="pseudocount" /> 126 <expand macro="pseudocount" />
126 </when> 127 </when>
127 <when value="add" /> 128 <when value="add" />
129 <when value="mean" />
128 <when value="first" /> 130 <when value="first" />
129 <when value="second" /> 131 <when value="second" />
130 <when value="reciprocal_ratio"> 132 <when value="reciprocal_ratio">
131 <expand macro="pseudocount" /> 133 <expand macro="pseudocount" />
132 </when> 134 </when>