annotate colocalization_viz.xml @ 0:9174e8eaa1e1 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
author thomaswollmann
date Wed, 16 Jan 2019 15:33:42 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
1 <?xml version="1.0"?>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
2 <tool name="Colocalization" id="ip_colocalization" version="0.0.6">
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
3 <description>Colocalization of two segmentation maps</description>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
4 <requirements>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
5 <requirement type="package" version="0.14.0">scikit-image</requirement>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
6 <requirement type="package" version="1.15.4">numpy</requirement>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
7 </requirements>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
8 <command>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
9 <![CDATA[
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
10 python '$__tool_directory__/colocalization_viz.py' '$input_mask1' '$input_mask2' ./tmp.png
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
11 && mv ./tmp.png '$output'
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
12 ]]>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
13 </command>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
14 <inputs>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
15 <param name="input_mask1" type="data" format="tiff" label="Mask1 Source File" />
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
16 <param name="input_mask2" type="data" format="tiff" label="Mask2 Source File" />
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
17 </inputs>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
18 <outputs>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
19 <data format="png" name="output" />
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
20 </outputs>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
21 <tests>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
22 <test>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
23 <param name="input_mask1" value="sample1.tiff"/>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
24 <param name="input_mask2" value="sample2.tiff"/>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
25 <output name="output" value="out.png" ftype="png" compare="sim_size"/>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
26 </test>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
27 </tests>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
28 <help>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
29 This tool overlays two segmentation maps and displays the colocalization results.
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
30 </help>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
31 <citations>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
32 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
33 </citations>
9174e8eaa1e1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
34 </tool>