Mercurial > repos > recetox > waveica
annotate waveica_macros.xml @ 4:8b55efc7d117 draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
| author | recetox |
|---|---|
| date | Mon, 10 Jan 2022 16:01:35 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
4
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
1 <macros> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
2 <token name="@TOOL_VERSION@">0.2.0</token> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
3 |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
4 <xml name="creator"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
5 <creator> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
6 <organization |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
7 url="https://www.recetox.muni.cz" |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
8 name="RECETOX MUNI" /> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
9 </creator> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
10 </xml> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
11 <xml name="general_parameters"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
12 <param type="data" name="data" label="Feature table" format="csv" help=""/> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
13 <param type="integer" value="20" name="k" label="Number of components to decompose" help="maximal component that ICA decomposes"/> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
14 <param type="float" value="0" name="alpha" label="Alpha" help="trade-off value between the independence of samples (temporal ICA) and variables (spatial ICA), should be between 0 and 1"/> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
15 </xml> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
16 <xml name="batchwise_parameters"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
17 <param type="float" value="0.05" name="t" label="Batch-association threshold" help="threshold to consider a component associate with the batch, |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
18 should be between 0 and 1"/> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
19 <param type="float" value="0.05" name="t2" label="Group-association threshold" help="threshold to consider a component associate with the group, |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
20 should be between 0 and 1"/> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
21 </xml> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
22 <xml name="singlebatch_parameters"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
23 <param type="float" value="0" name="cutoff" label="Cutoff" help="threshold of the variation explained by the injection order for independent components, should be between 0 and 1"/> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
24 </xml> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
25 <xml name="exclude_blanks"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
26 <param name="exclude_blanks" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Remove blanks" help="Excludes blank samples from the output" /> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
27 </xml> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
28 <xml name="wf"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
29 <conditional name="wf"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
30 <param type="select" name="wavelet_filter" label="Wavelet transform filter" help="wavelet function and filter length [1] (see footnotes for more details)"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
31 <option value="d" selected="True">Daubechies</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
32 <option value="la" >Least Asymetric</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
33 <option value="bl" >Best Localized</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
34 <option value="c" >Coiflet</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
35 </param> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
36 <when value="d"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
37 <param name="wavelet_length" type="select" label="filter length"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
38 <option value="2" selected="True">2</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
39 <option value="4">4</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
40 <option value="6">6</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
41 <option value="8">8</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
42 <option value="10">10</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
43 <option value="12">12</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
44 <option value="14">14</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
45 <option value="16">16</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
46 <option value="18">18</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
47 <option value="20">20</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
48 </param> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
49 </when> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
50 <when value="la"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
51 <param name="wavelet_length" type="select" label="filter length"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
52 <option value="8">8</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
53 <option value="10">10</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
54 <option value="12">12</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
55 <option value="14">14</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
56 <option value="16">16</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
57 <option value="18">18</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
58 <option value="20">20</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
59 </param> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
60 </when> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
61 <when value="bl"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
62 <param name="wavelet_length" type="select" label="filter length"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
63 <option value="14">14</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
64 <option value="18">18</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
65 <option value="20">20</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
66 </param> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
67 </when> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
68 <when value="c"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
69 <param name="wavelet_length" type="select" label="filter length"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
70 <option value="6">6</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
71 <option value="12">12</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
72 <option value="18">18</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
73 <option value="24">24</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
74 <option value="30">30</option> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
75 </param> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
76 </when> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
77 </conditional> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
78 </xml> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
79 |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
80 <xml name="outputs"> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
81 <outputs> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
82 <data name="normalized_data" format="tsv" /> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
83 </outputs> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
84 </xml> |
|
8b55efc7d117
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit aa8206a01efc1813f2586584782f28a73a17fe86"
recetox
parents:
diff
changeset
|
85 </macros> |
