annotate 2d_filter_segmentation_by_features.xml @ 0:e576b73a2e2f draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
author imgteam
date Mon, 22 Jul 2019 05:00:03 -0400
parents
children 6ad1d3cfdea1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
1 <tool id="ip_2d_filter_segmentation_by_features" name="Filter segmentation" version="0.0.1">
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
2 <description>Filter segmentation by rules</description>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
3 <requirements>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
4 <requirement type="package" version="0.14.2">scikit-image</requirement>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
5 <requirement type="package" version="5.3.0">pillow</requirement>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
6 <requirement type="package" version="0.23.4">pandas</requirement>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
7 <requirement type="package" version="0.15.1">tifffile</requirement>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
8 </requirements>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
9 <command detect_errors="aggressive">
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
10 <![CDATA[
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
11 python '$__tool_directory__/2d_filter_segmentation_by_features.py' '$input' '$output' '$feature_file' '$rule_file'
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
12 ]]>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
13 </command>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
14 <inputs>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
15 <param name="input" type="data" format="tiff" label="Source file" />
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
16 <param name="feature_file" type="data" format="tabular" label="Feature file" />
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
17 <param name="rule_file" type="data" format="tabular" label="Rules file" />
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
18 </inputs>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
19 <outputs>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
20 <data format="tiff" name="output" />
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
21 </outputs>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
22 <tests>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
23 <test>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
24 <param name="input" value="in.tif"/>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
25 <param name="feature_file" value="features.tabular"/>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
26 <param name="rule_file" value="rules.tabular"/>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
27 <output name="output" value="out.tif" ftype="tiff" compare="sim_size"/>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
28 </test>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
29 </tests>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
30 <help>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
31 Filter label image by rules (e.g., remove large or deformed objects).
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
32 Rules file has a specific format (cols: ,f1,2, rows: feature_name, min, max). The features have to be also profived in a specific format (cols: label, f1, f2).
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
33 </help>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
34 <citations>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
35 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
36 </citations>
e576b73a2e2f planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_filter_segmentation_by_features/ commit b2acc1845a25828181597fe5b6982fe116a7796d
imgteam
parents:
diff changeset
37 </tool>