Mercurial > repos > perssond > coreograph
annotate coreograph.xml @ 3:ee92746d141a draft default tip
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
author | goeckslab |
---|---|
date | Tue, 20 Sep 2022 17:34:36 +0000 |
parents | 224e0cf4aaeb |
children |
rev | line source |
---|---|
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
1 <tool id="unet_coreograph" name="UNetCoreograph" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="19.01"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
2 <description>TMA core detection and dearraying</description> |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
3 <macros> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
4 <import>macros.xml</import> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
5 </macros> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
6 |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
8 <expand macro="version_cmd"/> |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
9 |
3
ee92746d141a
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
2
diff
changeset
|
10 <command detect_errors="aggressive"><![CDATA[ |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
11 #set $type_corrected = 'image.' + str($source_image.file_ext) |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
12 ln -s '$source_image' '$type_corrected' && |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
13 |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
14 @CMD_BEGIN@ |
1
57f1260ca94e
"planemo upload commit fec9dc76b3dd17b14b02c2f04be9d30f71eba1ae"
watsocam
parents:
0
diff
changeset
|
15 |
57f1260ca94e
"planemo upload commit fec9dc76b3dd17b14b02c2f04be9d30f71eba1ae"
watsocam
parents:
0
diff
changeset
|
16 python \$UNET_PATH |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
17 --imagePath '$type_corrected' |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
18 --downsampleFactor $downsamplefactor |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
19 --channel $channel |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
20 --buffer $buffer |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
21 --sensitivity $sensitivity |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
22 $cluster |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
23 $tissue |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
24 --outputPath '.' |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
25 |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
26 ]]></command> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
27 |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
28 |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
29 <inputs> |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
30 <param name="source_image" type="data" format="tiff,ome.tiff" label="Registered TIFF"/> |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
31 <param name="downsamplefactor" type="integer" value="5" label="Down Sample Factor"/> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
32 <param name="channel" type="integer" value="0" label="Channel"/> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
33 <param name="buffer" type="float" value="2.0" label="Buffer"/> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
34 <param name="sensitivity" type="float" value="0.3" label="Sensitivity"/> |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
35 <param name="cluster" type="boolean" truevalue="--cluster" falsevalue="" checked="false" label="Cluster"/> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
36 <param name="tissue" type="boolean" truevalue="--tissue" falsevalue="" checked="false" label="Tissue"/> |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
37 </inputs> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
38 |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
39 <outputs> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
40 <collection name="tma_sections" type="list" label="${tool.name} on ${on_string}: Images"> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
41 <discover_datasets pattern="(?P<designation>[0-9]+)\.tif" format="tiff" visible="false"/> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
42 </collection> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
43 <collection name="masks" type="list" label="${tool.name} on ${on_string}: Masks"> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
44 <discover_datasets pattern="(?P<designation>[0-9]+)_mask\.tif" directory="masks" format="tiff" visible="false"/> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
45 </collection> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
46 <data name="TMA_MAP" format="tiff" label="${tool.name} on ${on_string}: TMA Map" from_work_dir="TMA_MAP.tif"/> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
47 </outputs> |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
48 <tests> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
49 <test> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
50 <param name="source_image" value="coreograph_test.tiff" /> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
51 <output_collection name="tma_sections" type="list"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
52 <element name="1" ftype="tiff"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
53 <assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
54 <has_size value="18000" delta="1000" /> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
55 </assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
56 </element> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
57 <element name="2" ftype="tiff"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
58 <assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
59 <has_size value="18000" delta="1000" /> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
60 </assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
61 </element> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
62 </output_collection> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
63 <output_collection name="masks" type="list"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
64 <element name="1" ftype="tiff"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
65 <assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
66 <has_size value="345" delta="100" /> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
67 </assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
68 </element> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
69 <element name="2" ftype="tiff"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
70 <assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
71 <has_size value="345" delta="100" /> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
72 </assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
73 </element> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
74 </output_collection> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
75 <output name="TMA_MAP" ftype="tiff"> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
76 <assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
77 <has_size value="530" delta="100" /> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
78 </assert_contents> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
79 </output> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
80 </test> |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
81 </tests> |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
82 <help><![CDATA[ |
2
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
83 ------------------- |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
84 UNet Coreograph |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
85 ------------------- |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
86 **Coreograph** uses UNet, a deep learning model, to identify complete/incomplete tissue cores on a tissue microarray. It has been trained on 9 TMA slides of different sizes and tissue types |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
87 |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
88 Training sets were acquired at 0.2micron/pixel resolution and downsampled 1/32 times to speed up performance. Once the center of each core has been identifed, active contours is used to generate a tissue mask of each core that can aid downstream single cell segmentation. A GPU is not required but will reduce computation time. |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
89 |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
90 **Inputs** |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
91 A tif or ome.tiff image multiple tissues, such as a tissue microarray. |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
92 |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
93 **Outputs** |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
94 Coreograph exports these files: |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
95 1. individual cores as tiff stacks with user-selectable channel ranges |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
96 2. binary tissue masks (saved in the 'mask' subfolder) |
224e0cf4aaeb
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit cb09eb9d2fa0feae993ae994b6beae05972c644b
goeckslab
parents:
1
diff
changeset
|
97 3. a TMA map showing the labels and outlines of each core for quality control purposes |
0
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
98 ]]></help> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
99 <expand macro="citations" /> |
99308601eaa6
"planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit fb90660a1805b3f68fcff80d525b5459c3f7dfd6-dirty"
perssond
parents:
diff
changeset
|
100 </tool> |