annotate ashlar.xml @ 3:ef68bc2a4dbc draft default tip

planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
author goeckslab
date Fri, 09 Feb 2024 22:48:46 +0000
parents 33ab2058c6d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
1 <tool id="ashlar" name="ASHLAR" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="19.01">
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
2 <description>Alignment by Simultaneous Harmonization of Layer/Adjacency Registration</description>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
3 <macros>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
4 <import>macros.xml</import>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
5 </macros>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
6
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
7 <expand macro="requirements"/>
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
8 <expand macro="version_cmd"/>
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
9
2
33ab2058c6d9 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents: 1
diff changeset
10 <command detect_errors="aggressive"><![CDATA[
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
11
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
12 #def clean(file,type)
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
13 #set name_clean = str($file.element_identifier).replace('.ome.tiff','').replace('.tiff','').replace('.tiff.','')
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
14
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
15 #if $type == "raw"
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
16 #set file_clean = $name_clean + '.ome.tiff'
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
17 #elif $type == "ffp"
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
18 #set file_clean = $name_clean + '_ffp.ome.tiff'
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
19 #elif $type == "dfp"
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
20 #set file_clean = $name_clean + '_dfp.ome.tiff'
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
21 #end if
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
22
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
23 #return $file_clean
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
24 #end def
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
25
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
26 ## Link the illumination files to appropriate file extension
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
27 #if $ldfp
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
28 #for $dfp in $ldfp:
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
29 ln -s '$dfp' '$clean($dfp,"dfp")' &&
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
30 #end for
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
31 #end if
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
32
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
33 #if $lffp
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
34 #for $ffp in $lffp:
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
35 ln -s '$ffp' '$clean($ffp,"ffp")' &&
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
36 #end for
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
37 #end if
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
38
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
39 @CMD_BEGIN@
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
40
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
41 ## Supply the raw images
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
42 #for $raw in $lraw:
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
43 '$raw'
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
44 #end for
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
45
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
46 ## Additional arguments
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
47 -m $max_shift
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
48
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
49 $flip_x
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
50 $flip_y
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
51
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
52 -c $adv.align_channel
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
53
3
ef68bc2a4dbc planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
goeckslab
parents: 2
diff changeset
54 #if $adv.stitch_alpha
ef68bc2a4dbc planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
goeckslab
parents: 2
diff changeset
55 --stitch-alpha $adv.stitch_alpha
ef68bc2a4dbc planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
goeckslab
parents: 2
diff changeset
56 #end if
ef68bc2a4dbc planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
goeckslab
parents: 2
diff changeset
57
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
58 #if $adv.filter_sigma
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
59 --filter-sigma $adv.filter_sigma
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
60 #end if
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
61
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
62 #if $adv.tile_size
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
63 --tile-size $adv.tile_size
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
64 #end if
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
65
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
66 #if $lffp
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
67 --ffp
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
68 #for $ffp in $lffp:
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
69 '$clean($ffp,"ffp")'
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
70 #end for
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
71 #end if
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
72
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
73 #if $ldfp
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
74 --dfp
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
75 #for $dfp in $ldfp:
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
76 '$clean($dfp,"dfp")'
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
77 #end for
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
78 #end if
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
79
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
80 $adv.flip_mosaic_x
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
81 $adv.flip_mosaic_y
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
82
3
ef68bc2a4dbc planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
goeckslab
parents: 2
diff changeset
83 -o registered.ome.tif;
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
84 ]]></command>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
85
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
86 <inputs>
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
87 <param name="lraw" type="data_collection" format="ome.tiff,tiff" collection_type="list" label="Raw Images"/>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
88 <param name="ldfp" type="data_collection" format="ome.tiff,tiff" collection_type="list" optional="true" label="Deep Field Profile Images"/>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
89 <param name="lffp" type="data_collection" format="ome.tiff,tiff" collection_type="list" optional="true" label="Flat Field Profile Images"/>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
90 <param name="flip_x" type="boolean" truevalue="--flip-x" falsevalue="" label="Flip X-axis"/>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
91 <param name="flip_y" type="boolean" truevalue="--flip-y" falsevalue="" label="Flip Y-axis"/>
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
92 <param name="max_shift" type="integer" value="30" label="Maximum allowed per-tile corrective shift" help="In micros"/>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
93 <section name="adv" title="Advanced Options" expanded="false">
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
94 <param name="align_channel" type="integer" value="0" label="Align Channel Number"/>
3
ef68bc2a4dbc planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
goeckslab
parents: 2
diff changeset
95 <param name="stitch_alpha" type="float" optional="true" label="Alpha"/>
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
96 <param name="filter_sigma" type="float" optional="true" label="Sigma"/>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
97 <param name="tile_size" type="integer" optional="true" label="Cyto Mask Channel"/>
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
98 <param name="flip_mosaic_x" type="boolean" truevalue="--flip-mosaic-x" falsevalue="" label="Flip output image horizontally"/>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
99 <param name="flip_mosaic_y" type="boolean" truevalue="--flip-mosaic-y" falsevalue="" label="Flip output image vertically"/>
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
100 </section>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
101 </inputs>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
102
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
103 <outputs>
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
104 <data format="ome.tiff" name="output" from_work_dir="registered.ome.tif" label="${tool.name} on ${on_string}"/>
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
105 </outputs>
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
106 <tests>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
107 <test>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
108 <param name="lraw">
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
109 <collection type="list">
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
110 <element name="rR1" value="ashlar_test_c0.tiff" />
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
111 <element name="rR2" value="ashlar_test_c1.tiff" />
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
112 </collection>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
113 </param>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
114 <output name="output" ftype="ome.tiff">
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
115 <assert_contents>
3
ef68bc2a4dbc planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
goeckslab
parents: 2
diff changeset
116 <has_size value="500000" delta="400000" />
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
117 </assert_contents>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
118 </output>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
119 </test>
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
120 </tests>
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
121 <help><![CDATA[
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
122 --------------------------------------------------------------------------------
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
123 ASHLAR: Alignment by Simultaneous Harmonization of Layer/Adjacency Registration
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
124 --------------------------------------------------------------------------------
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
125
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
126 **Whole-slide microscopy image stitching and registration in Python**
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
127
1
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
128 **Ashlar** performs fast, high-quality stitching of microscopy images. It also
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
129 co-registers multiple rounds of cyclic imaging for methods such as CyCIF and
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
130 CODEX. Ashlar can read image data directly from BioFormats-supported microscope
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
131 vendor file formats as well as a directory of plain TIFF files. Output is saved
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
132 as pyramidal, tiled OME-TIFF.
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
133
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
134 Note that Ashlar requires unstitched individual "tile" images as input, so it is
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
135 not suitable for microscopes or slide scanners that only provide pre-stitched
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
136 images.
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
137
f183d9de4622 planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
goeckslab
parents: 0
diff changeset
138 *Visit https://labsyspharm.github.io/ashlar/ for the most up-to-date information on ASHLAR.*
0
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
139 ]]></help>
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
140 <expand macro="citations" />
b3054f3d42b2 "planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 27f0c9be58e9e5aecc69067d0e60b5cb945de4b2-dirty"
perssond
parents:
diff changeset
141 </tool>