annotate deconrank.xml @ 14:5b0eceae2d6c draft

planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 2864a500a25e87f292f185872b92ecfe5800dea1
author tomnl
date Fri, 04 May 2018 12:49:30 -0400
parents d3a5012ef348
children e32ab9b71b79
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
5b0eceae2d6c planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 2864a500a25e87f292f185872b92ecfe5800dea1
tomnl
parents: 13
diff changeset
1 <tool id="deconrank" name="deconrank" version="0.3.12">
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
2 <description>Deconvolute adducts and isotopes then score and rank for fragmentation</description>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
3 <requirements>
14
5b0eceae2d6c planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 2864a500a25e87f292f185872b92ecfe5800dea1
tomnl
parents: 13
diff changeset
4 <requirement type="package" version="0.1.6">deconrank</requirement>
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
5 </requirements>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
6 <stdio>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
7 <exit_code range="1:" />
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
8 </stdio>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
9
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
10 <command ><![CDATA[
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
11 echo "$irm" &&
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
12 python -m deconrank
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
13 -i $peaks_file
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
14 -o .
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
15 --delim tab
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
16 #if not $polarity == "auto"
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
17 --pol $polarity
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
18 #end if
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
19 --tech $technology
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
20 --pol $polarity
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
21 #if $rulescores == "user"
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
22 --rp $rulescores.rulescores
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
23 #end if
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
24 --pthr $pthr
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
25 --stp $stp
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
26 --irm "$irm"
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
27 --max_time $dschedule.max_time
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
28 --min_time $dschedule.min_time
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
29 --max_cid_time $dschedule.max_cid_time
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
30 --peak_time_cid $dschedule.peak_time_cid
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
31 --peak_time_hcd $dschedule.peak_time_hcd
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
32 --percentage_cid $dschedule.percentage_cid
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
33 --delay_time $dschedule.delay_time
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
34 #if $full_output
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
35 --full_output
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
36 #end if
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
37 #if $dschedule.template_cond.template_select == "user"
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
38 --method_template_name '$dschedule.template_cond.template_name'
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
39 #end if
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
40 --target_name '$peaks_file.element_identifier'
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
41
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
42 && ls && pwd
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
43
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
44 ]]></command>
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
45
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
46 <inputs>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
47 <param type="data" name="peaks_file" format="tabular,tsv"
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
48 help="tsv or tabular file with mz and intensity columns"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
49
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
50 <param name="technology" type="select" label="technology" help="Mass spectrometry technology used" >
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
51 <option value="lcms" selected="true">LC-MS</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
52 <option value="dims">DI-MS</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
53 </param>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
54
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
55 <param name="polarity" type="select" label="polarity" help="polarity [pos, neg]" >
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
56 <option value="pos" >positive</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
57 <option value="neg">negative</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
58 </param>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
59
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
60 <conditional name="rulescores">
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
61 <param name="rulescores" type="select" label="Scores for adducts" >
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
62 <option value="default" >Default</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
63 <option value="user" >Provide a csv file of the rules to use</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
64 </param>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
65 <when value="user">
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
66 <param type="data" name="rulescores" format="tsv, tabular"
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
67 help="User supplied rules file used to for scoring adducts, should contain at least
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
68 2 columns: [name, fragscore]
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
69 Where a score of 1 indicates the adduct is the best adduct form to fragment"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
70 </when>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
71 <when value="default"> </when>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
72 </conditional>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
73
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
74 <param name="pthr" label="precursor ion purity threshold" type="float" value="0.4" min="0" max="1"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
75 <param name="stp" label="Second tier percentage" type="float" value="0.0" min="0" max="1"
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
76 help="Second tier percentage, % of second tier that we go into the target list. should be in decimal
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
77 format i.e. 0.1 = 10%. Default is to remove all second tier peaks (i.e. set to 0.0)"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
78
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
79 <param name="irm" type="select" multiple="true" label="isotope removal" help="" >
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
80 <option value="[M]+">[M]+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
81 <option value="[M+1]+" selected="true">[M+1]+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
82 <option value="[M+2]+" selected="true" >[M+2]+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
83 <option value="[M+3]+">[M+3]+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
84 <option value="[M+4]+">[M+4]+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
85 <option value="[M]2+">[M]2+</option>
3
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
86 <option value="[M+1]2+" selected="true">[M+1]2+</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
87 <option value="[M+2]2+" selected="true">[M+2]2+</option>
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
88 <option value="[M+3]2+">[M+3]2+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
89 <option value="[M+4]2+">[M+4]2+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
90 <option value="[M]3+">[M]3+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
91 <option value="[M+1]3+">[M+1]3+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
92 <option value="[M+2]3+">[M+2]3+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
93 <option value="[M+3]3+">[M+3]3+</option>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
94 <option value="[M+4]3+">[M+4]3+</option>
3
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
95
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
96 <option value="[M]-">[M]-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
97 <option value="[M+1]-" selected="true">[M+1]-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
98 <option value="[M+2]-" selected="true" >[M+2]-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
99 <option value="[M+3]-">[M+3]-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
100 <option value="[M+4]-">[M+4]-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
101 <option value="[M]2-">[M]2-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
102 <option value="[M+1]2-" selected="true" >[M+1]2-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
103 <option value="[M+2]2-" selected="true" >[M+2]2-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
104 <option value="[M+3]2-" >[M+3]2-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
105 <option value="[M+4]2-">[M+4]2-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
106 <option value="[M]3-">[M]3-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
107 <option value="[M+1]3-">[M+1]3-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
108 <option value="[M+2]3-">[M+2]3-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
109 <option value="[M+3]3-">[M+3]3-</option>
11ee7db33f60 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit d4159f1962ef3fe37dd4f3047e4050afe013c15a-dirty
tomnl
parents: 2
diff changeset
110 <option value="[M+4]3-">[M+4]3-</option>
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
111 </param>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
112
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
113 <param name="full_output" type="boolean" label="Use extended output for the scores tsv file?"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
114
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
115 <section name="weights" title="Weightings for scores" expanded="False" help="All values need to sum to 1">
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
116 <param name="adduct" type="float" value="0.3" min="0" max="1"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
117 <param name="intensity" type="float" value="0.3" min="0" max="1" />
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
118 <param name="precursor-ion-purity" type="float" value="0.2" min="0" max="1" />
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
119 <param name="clustern" type="float" value="0.2" min="0" max="1" />
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
120 </section>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
121
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
122
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
123
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
124
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
125 <section name="dschedule" title="Scheduling features for DIMS fragmentation experimental run" expanded="False">
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
126 <param name="max_time" type="float" value="1800" help="Max time for run (secs)"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
127 <param name="min_time" type="float" value="120" help="Min time for run (secs)"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
128 <param name="max_cid_time" type="float" value="300" help="Max time to perform CID fragmentation (secs)" />
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
129 <param name="peak_time_hcd" type="float" value="10" help="Time to fragment a peak using HCD (secs)" />
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
130 <param name="peak_time_cid" type="float" value="12" help="Time to fragment a peak using CID (secs)" />
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
131 <param name="percentage_cid" type="float" value="0.333" min="0" max="1" help="Percentage of time fragmenting using
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
132 CID (rather than HCD)"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
133 <param name="delay_time" type="float" value="24" help="Delay time before acquisition begins (secs)"/>
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
134
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
135 <conditional name="template_cond">
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
136 <param name="template_select" type="select" label="Use default method template file names?"
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
137 help="Default names are: Neg_MSMS_MSn.meth and Pos_MSMS_MSn.meth">
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
138 <option value="default" >Default</option>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
139 <option value="user" >Provide name</option>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
140 </param>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
141 <when value="user">
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
142 <param name="template_name" label="method template name" type="text" />
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
143 </when>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
144 <when value="default"> </when>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
145 </conditional>
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
146 </section>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
147
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
148
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
149 </inputs>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
150 <outputs>
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
151 <data name="scores" label="${tool.name} on ${on_string}: scores"
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
152 from_work_dir="scores.tsv" format="tsv"/>
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
153 <data name="traceback" label="${tool.name} on ${on_string}: traceback"
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
154 from_work_dir="traceback.tsv" format="tsv"/>
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
155
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
156 <collection name="targets" type="list" label="${tool.name} on ${on_string}: targets" format="tsv">
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
157 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.tsv" directory="targets" format="tsv" visible="false"
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
158 assign_primary_output="true"/>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
159 <filter>technology == "dims"</filter>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
160 </collection>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
161
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
162 <data name="XcaliburAutoInput" label="${tool.name} on ${on_string}: XcaliburAutoInput"
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
163 from_work_dir="xcalibur_auto_input.tsv" format="tsv">
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
164 <filter>technology == "dims"</filter>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
165 </data>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
166
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
167 </outputs>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
168 <tests>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
169 <test>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
170 <param name="peaks_file" value="camera_annotated_peaklist.txt" ftype="tsv"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
171 <param name="technology" value="dims"/>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
172 <param name="polarity" value="pos"/>
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
173 <output name="scores" value="scores.tsv"/>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
174 <output name="traceback" value="traceback.tsv"/>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
175 <output name="XcaliburAutoInput" value="XcaliburAutoInput.tsv"/>
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
176 <output name="target" value="target.tsv"/>
0
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
177 </test>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
178 </tests>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
179
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
180 <help><![CDATA[
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
181 Deconvolute adducts and isotopes then score and rank for fragmentation
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
182
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
183 ]]></help>
d2940fcb7104 planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit c1bd2ee95a9cf5333b1ef4c367902520b110b574-dirty
tomnl
parents:
diff changeset
184 <citations> </citations>
1
defa57c7775e planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
tomnl
parents: 0
diff changeset
185 </tool>