annotate count_objects.xml @ 0:f02a2d0f407c draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
author thomaswollmann
date Wed, 16 Jan 2019 15:34:44 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
1 <?xml version="1.0"?>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
2 <tool name="Count Objects" id="ip_count_objects" version="0.0.4">
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
3 <description>Count Objects</description>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
4 <requirements>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
5 <requirement type="package" version="0.14.0">scikit-image</requirement>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
6 <requirement type="package" version="1.15.4">numpy</requirement>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
7 </requirements>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
8 <command>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
9 <![CDATA[
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
10 python '$__tool_directory__/count_objects.py' '$input' '$output'
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
11 ]]>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
12 </command>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
13 <inputs>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
14 <param name="input" type="data" format="tiff" label="Source file" />
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
15 </inputs>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
16 <outputs>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
17 <data format="tabular" name="output" />
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
18 </outputs>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
19 <tests>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
20 <test>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
21 <param name="input" value="input.tiff"/>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
22 <output name="output" value="table.csv" ftype="tabular"/>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
23 </test>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
24 </tests>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
25 <help>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
26 This tool counts objects in a labeled image.
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
27 </help>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
28 <citations>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
29 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
30 </citations>
f02a2d0f407c planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/count_objects/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
31 </tool>