comparison auto_local_threshold.xml @ 3:be2d3ce89c0f draft default tip

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_auto_local_threshold/ commit b1b3c63ab021aa77875c3b04127f6836024812f9"
author imgteam
date Sat, 19 Feb 2022 15:17:19 +0000
parents c90b91f4a07b
children
comparison
equal deleted inserted replaced
2:497dcd834bb3 3:be2d3ce89c0f
1 <tool id="ip_localthreshold" name="Local Threshold" version="0.0.2"> 1 <tool id="ip_localthreshold" name="Local Threshold" version="0.0.3" profile="20.05">
2 <description>applies a local threshold algorithm to an image</description> 2 <description>applies a local threshold algorithm to an image</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.14.2">scikit-image</requirement> 4 <requirement type="package" version="0.14.2">scikit-image</requirement>
5 <requirement type="package" version="1.15.4">numpy</requirement> 5 <requirement type="package" version="1.15.4">numpy</requirement>
6 <requirement type="package" version="5.3.0">pillow</requirement> 6 <requirement type="package" version="5.3.0">pillow</requirement>
33 <param name="dark_backgroud" value="True"/> 33 <param name="dark_backgroud" value="True"/>
34 </test> 34 </test>
35 </tests> 35 </tests>
36 <help> 36 <help>
37 Applies a local threshold algorithm to an image. 37 Applies a local threshold algorithm to an image.
38
39 Note: This tool is deprecated and may not be supported in future. Please use the tool "Auto Threshold" instead.
38 </help> 40 </help>
39 <citations> 41 <citations>
40 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> 42 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
41 </citations> 43 </citations>
42 </tool> 44 </tool>