annotate mergeneighboursinlabelimage.xml @ 1:3536648d0a93 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
author thomaswollmann
date Wed, 16 Jan 2019 15:35:29 -0500
parents 66f7e94db2e6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
1 <tool id="mergeneighboursinlabelimage" name="Merge Neighbours in Label" version="0.2">
0
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
2 <description>Merge Neighbours in Label Image</description>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
3 <requirements>
1
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
4 <requirement type="package" version="0.14.0">scikit-image</requirement>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
5 <requirement type="package" version="1.15.4">numpy</requirement>
0
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
6 </requirements>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
7 <command>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
8 <![CDATA[
1
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
9 python '$__tool_directory__/mergeneighboursinlabelimage.py' '$input' ./tmp.tiff -c $c
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
10 && mv ./tmp.tiff '$output'
0
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
11 ]]>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
12 </command>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
13 <inputs>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
14 <param name="input" type="data" format="tiff,png,jpg,bmp" label="Label Image File"/>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
15 <param label="Distance in pixel of objects which are merged" name="c" type="integer" value="50"/>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
16 </inputs>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
17 <outputs>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
18 <data format="tiff" name="output"/>
1
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
19 </outputs>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
20 <tests>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
21 <test>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
22 <param name="input" value="galaxyIcon_noText.tif"/>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
23 <param name="c" value="10"/>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
24 <output name="output" file="out.tiff" ftype="tiff" compare="sim_size"/>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
25 </test>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
26 </tests>
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
27 <help>This tools merges nearby objects in a label image using the minimum pixel distance.</help>
0
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
28 <citations>
1
3536648d0a93 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
29 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
0
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
30 </citations>
66f7e94db2e6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\mergeneighboursinlabelimage commit d0759a055484abd42bba38b2fa46f2a7b8f96259
thomaswollmann
parents:
diff changeset
31 </tool>