annotate anisotropic_diffusion.xml @ 1:6be26440a8ec draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
author thomaswollmann
date Wed, 16 Jan 2019 15:33:19 -0500
parents 9a30c8f0f651
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
1 <tool id="anisotropic_diffusion" name="Anisotropic Diffusion" version="0.1">
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
2 <description>Edge-preserving, Anisotropic diffusion</description>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
3 <requirements>
1
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
4 <requirement type="package" version="0.14.0" >scikit-image</requirement>
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
5 <requirement type="package" version="0.3.0">medpy</requirement>
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
6 <requirement type="package" version="1.15.4">numpy</requirement>
0
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
7 </requirements>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
8 <command>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
9 <![CDATA[
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
10 python "$__tool_directory__/anisotropic_diffusion.py" '$input' '$output' '$niter' '$kappa' '$gamma' '$eqoption'
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
11 ]]>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
12 </command>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
13 <inputs>
1
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
14 <param name="input" type="data" format="tiff" label="Image file"/>
0
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
15 <param label="Number of iterations" name="niter" optional="true" type="integer" value="50"/>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
16 <param label="Conduction coefficient" name="kappa" optional="true" type="integer" value="50"/>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
17 <param label="Speed of diffusion" name="gamma" optional="true" type="float" value="0.1"/>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
18 <param name="eqoption" type="select" label="Diffusion Feature" help="Perona Malik diffusion equation">
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
19 <option value="1" selected="True">Favour high contrast edges</option>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
20 <option value="2">Favour wide regions</option>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
21 </param>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
22 </inputs>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
23 <outputs>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
24 <data format="tiff" name="output"/>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
25 </outputs>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
26 <tests>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
27 <test>
1
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
28 <param name="input" value="galaxyIcon_noText.tif" />
0
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
29 <param name="niter" value="100" />
1
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
30 <param name="kappa" value="50" />
0
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
31 <param name="gamma" value="0.1" />
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
32 <param name="eqoption" value="1" />
1
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
33 <output name="output" file="res.tif" ftype="tiff" compare="sim_size"/>
0
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
34 </test>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
35 </tests>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
36 <help>Edge-preserving, Anisotropic image diffusion.</help>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
37 <citations>
1
6be26440a8ec planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
38 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
0
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
39 </citations>
9a30c8f0f651 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff changeset
40 </tool>