Mercurial > repos > thomaswollmann > anisotropic_diffusion
annotate anisotropic_diffusion.xml @ 2:b0b92445dd91 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:29:41 -0500 |
| parents | 626be11c43fc |
| children |
| rev | line source |
|---|---|
|
0
babb41158e9f
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"> |
|
babb41158e9f
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> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
3 <requirements> |
|
1
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
4 <requirement type="package" version="0.14.0" >scikit-image</requirement> |
|
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
5 <requirement type="package" version="0.3.0">medpy</requirement> |
|
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
6 <requirement type="package" version="1.15.4">numpy</requirement> |
|
0
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
7 </requirements> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
8 <command> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
9 <![CDATA[ |
|
babb41158e9f
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' |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
11 ]]> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
12 </command> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
13 <inputs> |
|
1
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
14 <param name="input" type="data" format="tiff" label="Image file"/> |
|
0
babb41158e9f
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"/> |
|
babb41158e9f
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"/> |
|
babb41158e9f
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"/> |
|
babb41158e9f
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"> |
|
babb41158e9f
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> |
|
babb41158e9f
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> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
21 </param> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
22 </inputs> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
23 <outputs> |
|
babb41158e9f
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"/> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
25 </outputs> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
26 <tests> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
27 <test> |
|
1
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
28 <param name="input" value="galaxyIcon_noText.tif" /> |
|
0
babb41158e9f
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
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
30 <param name="kappa" value="50" /> |
|
0
babb41158e9f
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" /> |
|
babb41158e9f
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
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
33 <output name="output" file="res.tif" ftype="tiff" compare="sim_size"/> |
|
0
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
34 </test> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
35 </tests> |
|
babb41158e9f
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> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
37 <citations> |
|
1
626be11c43fc
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
0
diff
changeset
|
38 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> |
|
0
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
39 </citations> |
|
babb41158e9f
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit 3036169a656a17a8c73a93241e375693f281bce8
thomaswollmann
parents:
diff
changeset
|
40 </tool> |
