Mercurial > repos > bgruening > hicexplorer_hiccorrelate
changeset 19:bab2fa7355d9 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:03:49 +0000 |
parents | 340aa8042c7f |
children | 2b4d6a8dab36 |
files | hicCorrelate.xml macros.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/hicCorrelate.xml Tue Mar 16 15:03:46 2021 +0000 +++ b/hicCorrelate.xml Tue Jan 10 19:03:49 2023 +0000 @@ -55,8 +55,8 @@ <expand macro="colormap" /> </inputs> <outputs> <!-- not sure if argument is specifiable for output yet, would be cool if so --> - <data name="outFileNameHeatmap" from_work_dir="heatmap.png" format="png" /> - <data name="outFileNameScatter" from_work_dir="scatter.png" format="png" /> + <data name="outFileNameHeatmap" from_work_dir="heatmap.png" format="png" label="${tool.name} on ${on_string}: Heatmap"/> + <data name="outFileNameScatter" from_work_dir="scatter.png" format="png" label="${tool.name} on ${on_string}: Scatter plot"/> </outputs> <tests> <test>
--- a/macros.xml Tue Mar 16 15:03:46 2021 +0000 +++ b/macros.xml Tue Jan 10 19:03:49 2023 +0000 @@ -1,7 +1,7 @@ <macros> <token name="@THREADS@">\${GALAXY_SLOTS:-4}</token> <token name="@TOOL_VERSION@">3.6</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@USE_RANGE@"> #if $use_range.select_use_range == "yes_use_range": --range $use_range.range_min:$use_range.range_max @@ -333,7 +333,7 @@ <param name="scaleFactor2" type="float" value="1" label="Scale factor for input" help="(--scaleFactors)" /> </xml> <xml name="xMax"> - <param argument="--xMax" name="xMax" type="integer" optional="true" value="" label="Max value for the x-axis in counts per bin" /> + <param argument="--xMax" type="integer" optional="true" value="" label="Max value for the x-axis in counts per bin" /> </xml> <xml name="filterThreshold"> <param argument="--filterThreshold" name="filterThreshold_low" type="float" value="-1.5" label="Remove bins of low coverage" help="e.g. -1.5; Both Thresholds needs to be set to take effect." />