Mercurial > repos > bgruening > hicexplorer_hicplotmatrix
comparison hicPlotMatrix.xml @ 24:4fa8acf5581c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa140a9f660eab2459e21b0b637b129d7de24c02
author | iuc |
---|---|
date | Tue, 10 Jan 2023 18:36:08 +0000 |
parents | e25e99f70334 |
children | 8f0ad6a9476f |
comparison
equal
deleted
inserted
replaced
23:e25e99f70334 | 24:4fa8acf5581c |
---|---|
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" /> |