annotate wsi_extract_top_view.xml @ 1:257397c40c25 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit d93e1dd276027cfc3fb518236110395a23d96f66
author thomaswollmann
date Wed, 16 Jan 2019 15:36:04 -0500
parents 9f01fd145af4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
1 <tool id="wsi_extract_top_view" name="Extract Top View from WSI" version="0.1">
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
2 <description>Extracts top view from WSI</description>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
3 <requirements>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
4 <requirement type="package" version="0.14.0" >scikit-image</requirement>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
5 <requirement type="package" version="1.15.4">numpy</requirement>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
6 <requirement type="package" version="1.1.1">openslide-python</requirement>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
7 <requirement type="package" version="0.5">glob2</requirement>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
8 </requirements>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
9 <command>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
10 <![CDATA[
1
257397c40c25 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
11 python '$__tool_directory__/wsi_extract_top_view.py' '$input' '$output'
0
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
12 ]]>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
13 </command>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
14 <inputs>
1
257397c40c25 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
15 <param name="input" type="data" format="svs,svslide,vms,mrxs,tif,tiff" label="Whole Slice Image"/><!--formats taken as listed on https://openslide.org/api/python/-->
0
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
16 </inputs>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
17 <outputs>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
18 <data name="output" format="tiff"/>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
19 </outputs>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
20 <tests>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
21 <test>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
22 <param name="input" value="CMU-1-Small-Region.svs"/>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
23 <output name="output" value="out.tif" ftype="tiff" compare="sim_size"/>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
24 </test>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
25 </tests>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
26 <help>Extracts the top view from a whole-slice image, also known as virtual slide, which are high-resolution images used in digital pathology.</help>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
27 <citations>
1
257397c40c25 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
28 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
0
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
29 </citations>
9f01fd145af4 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
30 </tool>