Mercurial > repos > bgruening > hicexplorer_hicplotmatrix
comparison hicPlotMatrix.xml @ 20:9939786dd9c9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa140a9f660eab2459e21b0b637b129d7de24c02
author | iuc |
---|---|
date | Tue, 10 Jan 2023 19:21:37 +0000 |
parents | 7babd8a46fe0 |
children | b63363075c2e |
comparison
equal
deleted
inserted
replaced
19:7babd8a46fe0 | 20:9939786dd9c9 |
---|---|
139 <param argument="--vMin" type="float" optional="true" label="vMin" help="Minimum value of the plotted score." /> | 139 <param argument="--vMin" type="float" optional="true" label="vMin" help="Minimum value of the plotted score." /> |
140 <param argument="--vMax" type="float" optional="true" label="vMax" help="Maximum value of the plotted score." /> | 140 <param argument="--vMax" type="float" optional="true" label="vMax" help="Maximum value of the plotted score." /> |
141 | 141 |
142 <conditional name="pca_conditional"> | 142 <conditional name="pca_conditional"> |
143 <param name='pca_type' label='Datatype of eigenvector file' type='select'> | 143 <param name='pca_type' label='Datatype of eigenvector file' type='select'> |
144 <option value='' selected="true"></option> | 144 <option value='' selected="true">None</option> |
145 <option value='bigwig'>bigwig</option> | 145 <option value='bigwig'>bigwig</option> |
146 </param> | 146 </param> |
147 <when value='' /> | 147 <when value='' /> |
148 <when value='bigwig'> | 148 <when value='bigwig'> |
149 <param name='pca_bigwig' type="data" format="bigwig" label="Eigenvector file" /> | 149 <param name='pca_bigwig' type="data" format="bigwig" label="Eigenvector file" /> |