annotate colocalization_viz.xml @ 0:4e9bafbcf296 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:30:08 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4e9bafbcf296 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"?>
4e9bafbcf296 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">
4e9bafbcf296 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>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
4 <requirements>
4e9bafbcf296 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>
4e9bafbcf296 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>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
7 </requirements>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
8 <command>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
9 <![CDATA[
4e9bafbcf296 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
4e9bafbcf296 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'
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
12 ]]>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
13 </command>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
14 <inputs>
4e9bafbcf296 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" />
4e9bafbcf296 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" />
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
17 </inputs>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
18 <outputs>
4e9bafbcf296 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" />
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
20 </outputs>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
21 <tests>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
22 <test>
4e9bafbcf296 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"/>
4e9bafbcf296 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"/>
4e9bafbcf296 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"/>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
26 </test>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
27 </tests>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
28 <help>
4e9bafbcf296 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.
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
30 </help>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
31 <citations>
4e9bafbcf296 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>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
33 </citations>
4e9bafbcf296 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/colocalization_viz/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents:
diff changeset
34 </tool>