Mercurial > repos > eschen42 > w4mclassfilter
annotate w4mclassfilter.xml @ 10:649cb1bafd3e draft
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
author | eschen42 |
---|---|
date | Thu, 09 Aug 2018 13:00:51 -0400 |
parents | 1ced8b5dfa3e |
children | 9f5c0e23c205 |
rev | line source |
---|---|
10
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
1 <tool id="w4mclassfilter" name="W4m Data Subset" version="0.98.10"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
2 <description>Filter W4m data by values or metadata</description> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
3 <!-- Here is the hyphenation standard that I *try* to apply consistently in my documentation: http://www.sandranoonan.com/dont-let-hyphenation-drive-crazy/ --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
4 <requirements> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
5 <!-- <requirement type="package" version="6.2">readline</requirement> --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
6 <requirement type="package" version="3.4.1">r-base</requirement> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
7 <requirement type="package" version="1.1_4">r-batch</requirement> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
8 <requirement type="package" version="0.98.7">w4mclassfilter</requirement> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
9 </requirements> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
10 <command detect_errors="aggressive"><![CDATA[ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
11 Rscript $__tool_directory__/w4mclassfilter_wrapper.R |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
12 dataMatrix_in '$dataMatrix_in' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
13 sampleMetadata_in '$sampleMetadata_in' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
14 variableMetadata_in '$variableMetadata_in' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
15 sampleclassNames '$sampleclassNames' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
16 inclusive '$inclusive' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
17 wildcards '$wildcards' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
18 classnameColumn '$classnameColumn' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
19 samplenameColumn 'sampleMetadata' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
20 variable_range_filter '$variableRangeFilter' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
21 transformation '$transformation' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
22 dataMatrix_out '$dataMatrix_out' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
23 sampleMetadata_out '$sampleMetadata_out' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
24 variableMetadata_out '$variableMetadata_out' |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
25 ]]></command> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
26 <inputs> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
27 <param name="dataMatrix_in" format="tabular" label="Data matrix file" type="data" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
28 help="variables ✖ samples" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
29 <param name="sampleMetadata_in" format="tabular" label="Sample metadata file" type="data" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
30 help="sample metadata, one row per sample" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
31 <param name="variableMetadata_in" format="tabular" label="Variable metadata file" type="data" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
32 help="variable metadata, one row per variable" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
33 <param name="classnameColumn" label="Column that names the sample-class" type="text" value = "class" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
34 help="name of the column in sample metadata that has the values to be tested against the 'Names of sample-classes' input parameter - defaults to 'class'"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
35 <sanitizer> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
36 <valid initial="string.letters"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
37 <add preset="string.digits"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
38 <add value="-" /> <!-- dash, hyphen --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
39 <add value="." /> <!-- dot, period --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
40 <add value="_" /> <!-- underscore --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
41 </valid> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
42 </sanitizer> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
43 </param> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
44 <param name="sampleclassNames" label="Names of sample-classes" type="text" value = "" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
45 help="comma-separated names (or regular expressions to match names) of sample-classes to filter in or out; defaults to no names"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
46 <sanitizer> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
47 <valid initial="string.letters"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
48 <add preset="string.digits"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
49 <add value="{" /> <!-- l-cube, left-curly-bracket --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
50 <add value="|" /> <!-- pipe --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
51 <add value="}" /> <!-- r-cube, right-curly-bracket --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
52 <add value="$" /> <!-- dollar, dollar-sign --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
53 <add value="(" /> <!-- left-paren --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
54 <add value=")" /> <!-- right-paren --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
55 <add value="*" /> <!-- splat, asterisk --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
56 <add value="+" /> <!-- plus --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
57 <add value="-" /> <!-- dash, hyphen --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
58 <add value="," /> <!-- comma --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
59 <add value="." /> <!-- dot, period --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
60 <add value=":" /> <!-- colon --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
61 <add value=";" /> <!-- semi, semicolon --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
62 <add value="?" /> <!-- what, question mark --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
63 <add value="[" /> <!-- l-squib, left-squre-bracket --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
64 <add value="\" /> <!-- whack, backslash --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
65 <add value="]" /> <!-- r-squib, right-squre-bracket --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
66 <add value="^" /> <!-- hat, caret --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
67 <add value="_" /> <!-- underscore --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
68 </valid> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
69 </sanitizer> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
70 </param> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
71 <param name="wildcards" label="Use 'wild cards' or 'regular expressions'" type="select" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
72 help="'wild-cards' (the default) - use '*' and '?' to match class names; 'regular-expressions' - use regular expressions to match class names"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
73 <option value="TRUE" selected="true">wild-cards</option> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
74 <option value="FALSE">regular-expressions</option> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
75 </param> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
76 <param name="inclusive" label="Exclude/include named classes" type="select" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
77 help="'filter-out' (the default) - exclude only the named sample-classes; 'filter-in' - include only the named sample-classes"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
78 <option value="TRUE">filter-in</option> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
79 <option value="FALSE" selected="true">filter-out</option> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
80 </param> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
81 <param name="variableRangeFilter" label="Variable-range filters" type="text" value = "" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
82 help="comma-separated filters, each specified as 'variableMetadataColumnName:min:max'; default is no filters. (See help below.)"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
83 <sanitizer> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
84 <valid initial="string.letters"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
85 <add preset="string.digits"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
86 <add value="," /> <!-- comma --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
87 <add value="-" /> <!-- dash, hyphen --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
88 <add value="." /> <!-- dot, period --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
89 <add value=":" /> <!-- colon --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
90 <add value="_" /> <!-- underscore --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
91 </valid> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
92 </sanitizer> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
93 </param> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
94 <param name="transformation" label="Data-transformation" type="select" |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
95 help="'none' (the default) - do not transform data; 'log2' - log base 2 of data; 'log10' - log base 10 of data; in all cases, negative and missing values are imputed to zero"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
96 <option value="none" selected="true">none</option> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
97 <option value="log2">log2</option> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
98 <option value="log10">log10</option> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
99 </param> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
100 </inputs> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
101 <outputs> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
102 <data name="dataMatrix_out" format="tabular" label="${dataMatrix_in.name}.subset" ></data> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
103 <data name="sampleMetadata_out" format="tabular" label="${sampleMetadata_in.name}.subset" ></data> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
104 <data name="variableMetadata_out" format="tabular" label="${variableMetadata_in.name}.subset" ></data> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
105 </outputs> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
106 <tests> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
107 <!-- test 1 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
108 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
109 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
110 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
111 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
112 <param name="classnameColumn" value="gender"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
113 <param name="sampleclassNames" value="M"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
114 <param name="wildcards" value="FALSE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
115 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
116 <param name="variableRangeFilter" value="FEATMAX:6.30103:,mz:200:,rt::800"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
117 <param name="transformation" value="log10"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
118 <output name="dataMatrix_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
119 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
120 <has_text text="5.87336711011293" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
121 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
122 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
123 <output name="sampleMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
124 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
125 <not_has_text text="HU_028" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
126 <not_has_text text="HU_051" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
127 <not_has_text text="HU_060" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
128 <not_has_text text="HU_110" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
129 <not_has_text text="HU_149" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
130 <not_has_text text="HU_152" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
131 <not_has_text text="HU_175" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
132 <not_has_text text="HU_178" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
133 <not_has_text text="HU_185" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
134 <not_has_text text="HU_204" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
135 <not_has_text text="HU_208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
136 <has_text text="HU_017" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
137 <has_text text="HU_034" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
138 <has_text text="HU_078" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
139 <has_text text="HU_091" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
140 <has_text text="HU_093" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
141 <has_text text="HU_099" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
142 <has_text text="HU_130" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
143 <has_text text="HU_134" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
144 <has_text text="HU_138" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
145 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
146 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
147 <output name="variableMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
148 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
149 <not_has_text text="HMDB00191" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
150 <has_text text="HMDB00208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
151 <not_has_text text="HMDB00251" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
152 <not_has_text text="HMDB00299" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
153 <not_has_text text="HMDB00512" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
154 <not_has_text text="HMDB00518" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
155 <not_has_text text="HMDB00715" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
156 <not_has_text text="HMDB00822" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
157 <has_text text="HMDB01032" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
158 <has_text text="HMDB01101.1" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
159 <not_has_text text="HMDB03193" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
160 <not_has_text text="HMDB04824" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
161 <not_has_text text="HMDB10348" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
162 <has_text text="HMDB13189" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
163 <not_has_text text="HMDB59717" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
164 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
165 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
166 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
167 <!-- test 2 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
168 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
169 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
170 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
171 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
172 <param name="classnameColumn" value="sampleMetadata"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
173 <!-- test that hyphens in regular expressions work --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
174 <param name="sampleclassNames" value="HU_[0-9][0-9][0-9]"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
175 <param name="wildcards" value="FALSE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
176 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
177 <param name="variableRangeFilter" value="FEATMAX:20.93157:,mz:200:,rt::800"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
178 <param name="transformation" value="log2"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
179 <output name="dataMatrix_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
180 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
181 <has_text text="19.5109032146715" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
182 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
183 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
184 <output name="sampleMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
185 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
186 <has_text text="HU_028" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
187 <has_text text="HU_051" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
188 <has_text text="HU_060" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
189 <has_text text="HU_110" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
190 <has_text text="HU_149" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
191 <has_text text="HU_152" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
192 <has_text text="HU_175" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
193 <has_text text="HU_178" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
194 <has_text text="HU_185" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
195 <not_has_text text="HU_204" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
196 <has_text text="HU_208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
197 <has_text text="HU_017" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
198 <has_text text="HU_034" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
199 <has_text text="HU_078" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
200 <has_text text="HU_091" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
201 <has_text text="HU_093" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
202 <has_text text="HU_099" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
203 <has_text text="HU_130" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
204 <has_text text="HU_134" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
205 <has_text text="HU_138" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
206 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
207 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
208 <output name="variableMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
209 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
210 <has_text text="HMDB00191" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
211 <has_text text="HMDB00208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
212 <not_has_text text="HMDB00251" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
213 <not_has_text text="HMDB00299" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
214 <not_has_text text="HMDB00512" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
215 <not_has_text text="HMDB00518" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
216 <not_has_text text="HMDB00715" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
217 <not_has_text text="HMDB00822" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
218 <has_text text="HMDB01032" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
219 <has_text text="HMDB01101.1" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
220 <not_has_text text="HMDB03193" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
221 <not_has_text text="HMDB04824" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
222 <not_has_text text="HMDB10348" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
223 <has_text text="HMDB13189" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
224 <not_has_text text="HMDB59717" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
225 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
226 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
227 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
228 <!-- test 3 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
229 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
230 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
231 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
232 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
233 <param name="classnameColumn" value="gender"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
234 <param name="sampleclassNames" value="M"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
235 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
236 <param name="transformation" value="none"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
237 <output name="dataMatrix_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
238 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
239 <not_has_text text="HU_028" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
240 <not_has_text text="HU_051" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
241 <not_has_text text="HU_060" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
242 <not_has_text text="HU_110" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
243 <not_has_text text="HU_149" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
244 <not_has_text text="HU_152" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
245 <not_has_text text="HU_175" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
246 <not_has_text text="HU_178" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
247 <not_has_text text="HU_185" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
248 <not_has_text text="HU_204" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
249 <not_has_text text="HU_208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
250 <has_text text="HU_017" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
251 <has_text text="HU_034" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
252 <has_text text="HU_078" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
253 <has_text text="HU_091" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
254 <has_text text="HU_093" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
255 <has_text text="HU_099" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
256 <has_text text="HU_130" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
257 <has_text text="HU_134" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
258 <has_text text="HU_138" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
259 <has_text text="HMDB03193" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
260 <not_has_text text="HMDB00822" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
261 <has_text text="HMDB01101" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
262 <has_text text="HMDB01101.1" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
263 <has_text text="HMDB10348" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
264 <has_text text="HMDB59717" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
265 <has_text text="HMDB13189" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
266 <has_text text="HMDB00299" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
267 <has_text text="HMDB00191" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
268 <has_text text="HMDB00518" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
269 <has_text text="HMDB00715" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
270 <has_text text="HMDB01032" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
271 <has_text text="HMDB00208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
272 <has_text text="HMDB04824" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
273 <has_text text="HMDB00512" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
274 <has_text text="HMDB00251" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
275 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
276 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
277 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
278 <!-- test 4 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
279 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
280 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
281 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
282 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
283 <param name="classnameColumn" value="gender"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
284 <param name="sampleclassNames" value="*"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
285 <param name="wildcards" value="TRUE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
286 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
287 <output name="sampleMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
288 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
289 <not_has_text text="HU_204" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
290 <has_text text="HU_028" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
291 <has_text text="HU_051" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
292 <has_text text="HU_060" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
293 <has_text text="HU_110" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
294 <has_text text="HU_149" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
295 <has_text text="HU_152" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
296 <has_text text="HU_175" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
297 <has_text text="HU_178" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
298 <has_text text="HU_185" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
299 <has_text text="HU_208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
300 <has_text text="HU_017" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
301 <has_text text="HU_034" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
302 <has_text text="HU_078" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
303 <has_text text="HU_091" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
304 <has_text text="HU_093" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
305 <has_text text="HU_099" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
306 <has_text text="HU_130" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
307 <has_text text="HU_134" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
308 <has_text text="HU_138" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
309 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
310 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
311 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
312 <!-- test 5 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
313 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
314 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
315 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
316 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
317 <param name="classnameColumn" value="gender"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
318 <param name="sampleclassNames" value="M"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
319 <param name="wildcards" value="FALSE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
320 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
321 <output name="sampleMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
322 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
323 <not_has_text text="HU_028" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
324 <not_has_text text="HU_051" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
325 <not_has_text text="HU_060" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
326 <not_has_text text="HU_110" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
327 <not_has_text text="HU_149" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
328 <not_has_text text="HU_152" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
329 <not_has_text text="HU_175" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
330 <not_has_text text="HU_178" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
331 <not_has_text text="HU_185" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
332 <not_has_text text="HU_204" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
333 <not_has_text text="HU_208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
334 <has_text text="HU_017" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
335 <has_text text="HU_034" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
336 <has_text text="HU_078" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
337 <has_text text="HU_091" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
338 <has_text text="HU_093" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
339 <has_text text="HU_099" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
340 <has_text text="HU_130" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
341 <has_text text="HU_134" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
342 <has_text text="HU_138" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
343 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
344 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
345 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
346 <!-- test 6 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
347 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
348 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
349 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
350 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
351 <param name="classnameColumn" value="gender"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
352 <param name="sampleclassNames" value="M"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
353 <param name="wildcards" value="FALSE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
354 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
355 <output name="variableMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
356 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
357 <has_text text="HMDB03193" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
358 <not_has_text text="HMDB00822" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
359 <has_text text="HMDB01101" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
360 <has_text text="HMDB01101.1" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
361 <has_text text="HMDB10348" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
362 <has_text text="HMDB59717" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
363 <has_text text="HMDB13189" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
364 <has_text text="HMDB00299" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
365 <has_text text="HMDB00191" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
366 <has_text text="HMDB00518" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
367 <has_text text="HMDB00715" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
368 <has_text text="HMDB01032" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
369 <has_text text="HMDB00208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
370 <has_text text="HMDB04824" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
371 <has_text text="HMDB00512" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
372 <has_text text="HMDB00251" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
373 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
374 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
375 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
376 <!-- test 7 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
377 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
378 <param name="dataMatrix_in" value="input_nofilter_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
379 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
380 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
381 <param name="classnameColumn" value="gender"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
382 <param name="sampleclassNames" value="M"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
383 <param name="wildcards" value="FALSE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
384 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
385 <output name="variableMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
386 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
387 <has_text text="HMDB03193" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
388 <not_has_text text="HMDB00822" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
389 <has_text text="HMDB01101" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
390 <has_text text="HMDB01101.1" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
391 <has_text text="HMDB10348" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
392 <has_text text="HMDB59717" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
393 <not_has_text text="HMDB13189" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
394 <has_text text="HMDB00299" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
395 <has_text text="HMDB00191" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
396 <has_text text="HMDB00518" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
397 <has_text text="HMDB00715" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
398 <has_text text="HMDB01032" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
399 <has_text text="HMDB00208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
400 <has_text text="HMDB04824" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
401 <has_text text="HMDB00512" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
402 <has_text text="HMDB00251" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
403 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
404 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
405 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
406 <!-- test 8 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
407 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
408 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
409 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
410 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
411 <param name="classnameColumn" value="gender"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
412 <param name="sampleclassNames" value="[Mm],[fF]"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
413 <param name="wildcards" value="FALSE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
414 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
415 <output name="sampleMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
416 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
417 <has_text text="HU_028" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
418 <has_text text="HU_051" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
419 <has_text text="HU_060" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
420 <has_text text="HU_110" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
421 <has_text text="HU_149" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
422 <has_text text="HU_152" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
423 <has_text text="HU_175" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
424 <has_text text="HU_178" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
425 <has_text text="HU_185" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
426 <not_has_text text="HU_204" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
427 <has_text text="HU_208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
428 <has_text text="HU_017" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
429 <has_text text="HU_034" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
430 <has_text text="HU_078" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
431 <has_text text="HU_091" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
432 <has_text text="HU_093" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
433 <has_text text="HU_099" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
434 <has_text text="HU_130" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
435 <has_text text="HU_134" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
436 <has_text text="HU_138" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
437 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
438 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
439 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
440 <!-- test 9 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
441 <test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
442 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
443 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
444 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
445 <param name="classnameColumn" value=""/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
446 <param name="sampleclassNames" value="M"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
447 <param name="wildcards" value="FALSE"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
448 <param name="inclusive" value="filter-in"/> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
449 <output name="sampleMetadata_out"> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
450 <assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
451 <has_text text="HU_028" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
452 <has_text text="HU_051" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
453 <has_text text="HU_060" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
454 <has_text text="HU_110" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
455 <has_text text="HU_149" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
456 <has_text text="HU_152" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
457 <has_text text="HU_175" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
458 <has_text text="HU_178" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
459 <has_text text="HU_185" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
460 <not_has_text text="HU_204" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
461 <has_text text="HU_208" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
462 <has_text text="HU_017" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
463 <has_text text="HU_034" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
464 <has_text text="HU_078" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
465 <has_text text="HU_091" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
466 <has_text text="HU_093" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
467 <has_text text="HU_099" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
468 <has_text text="HU_130" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
469 <has_text text="HU_134" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
470 <has_text text="HU_138" /> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
471 </assert_contents> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
472 </output> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
473 </test> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
474 </tests> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
475 <help><![CDATA[ |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
476 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
477 |
5
2cdf7d5982c8
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a2d17eac4a1343a34cf2908d9ab31b3202a21f64
eschen42
parents:
4
diff
changeset
|
478 **Author** Arthur Eschenlauer (University of Minnesota, esch0041@umn.edu) |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
479 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
480 -------------------------------------------------------------------------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
481 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
482 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
483 **R package** |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
484 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
485 The *w4mclassfilter* package (which is used by the W4m Data Subset tool) is available from the Hegeman lab github repository (https://github.com/HegemanLab/w4mclassfilter/releases). |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
486 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
487 ----------------------------------------------------------------------------------------------------------------------------------------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
488 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
489 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
490 **Tool updates** |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
491 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
492 See the **NEWS** section at the bottom of this page |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
493 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
494 --------------------------------------------------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
495 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
496 =========================================================== |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
497 "W4m Data Subset" - Filter Workflow4Metabolomics data files |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
498 =========================================================== |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
499 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
500 ---------- |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
501 Motivation |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
502 ---------- |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
503 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
504 GC-MS and LC-MS experiments seek to resolve as features chemicals that have distinct chromatographic retention-time ("rt") and (after ionization) mass-to-charge ratio ("m/z" or "mz"). |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
505 (If the MS protocol includes fragmentation, several features may result for each chemical.) |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
506 Data for a sample are collected as MS intensities, each of which is associated with a position on a 2D plane with dimensions of rt and m/z. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
507 Ideally, features would be sufficiently reproducible among sample-runs to distinguish features that are commmon among samples from those that differ. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
508 |
10
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
509 The chromatographic retention-time for a chemical can vary from one chromatography run to the next. |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
510 Workflow4Metabolomics (W4m, [Giacomoni *et al.*, 2014, Guitton *et al.* 2017]) is a "flavor" of Galaxy that uses the XCMS preprocessing tools for "retention-time correction" to align features among samples. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
511 Features may be better aligned if pooled samples and blanks are included. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
512 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
513 Multivariate statistical techniques may be used to discover clusters of similar samples (Th]]>é<![CDATA[venot *et al.*, 2015). |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
514 However, once retention-time alignment of features has been achieved among samples in GC-MS and LC-MS datasets: |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
515 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
516 - The presence of pools and blanks may confound identification and separation of clusters. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
517 - Multivariate statistical algorithms may be impacted by missing values or dimensions that have zero variance. |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
518 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
519 ----------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
520 Description |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
521 ----------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
522 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
523 The **W4m Data Subset** tool **selects subsets of samples, features, or data values** for further analysis. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
524 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
525 - The tool takes as input the data matrix, sample metadata, and variable metadata datasets produced by W4m's XCMS [Smith *et al.*, 2006] and CAMERA [Kuhl *et al.*, 2012] tools. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
526 - The tool produces the same trio of output datasets, modified as follows. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
527 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
528 This tool can perform several operations to reduce the number samples or features to be analyzed (although **this should be done only in a statistically sound manner** consistent with the nature of the experiment): |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
529 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
530 - Samples may be eliminated by filtering on a designated “sample class” column in sampleMetadata. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
531 - Features may be eliminated by specifying minimum or maximum value (or both) allowable in columns of variableMetadata. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
532 - Features may be eliminated by “range of row-maximum for each feature”, i.e., by specifying minimum or maximum intensity (or both) allowable in each row of the dataMatrix (i.e., for the feature across all samples). |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
533 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
534 This tool also performs several operations to address several data issues that may impede downstream statistical analysis: |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
535 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
536 - Missing values in dataMatrix are imputed to zero. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
537 - The values in the dataMatrix may be log-transformed if desired. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
538 - Samples that are missing from either sampleMetadata or dataMatrix are eliminated. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
539 - Features that are missing from either variableMetadata or dataMatrix are eliminated. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
540 - Features and samples that have zero variance are eliminated. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
541 - Samples and features are sorted alphabetically in rows and columns of dataMatrix and in rows of variableMetadata and sampleMetadata. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
542 - The names of the first columns of variableMetadata and sampleMetadata are set respectively to "variableMetadata" and "sampleMetadata". |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
543 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
544 This tool may be applied several times sequentially, which may be useful for: |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
545 |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
546 - analyzing subsets of samples for progressively smaller sets of treatment-levels, or |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
547 - choosing subsets of samples based on criteria in several columns of the sampleMetadata table. |
3
191a720488ce
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents:
2
diff
changeset
|
548 |
191a720488ce
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents:
2
diff
changeset
|
549 ----------------- |
191a720488ce
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents:
2
diff
changeset
|
550 Workflow Position |
191a720488ce
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents:
2
diff
changeset
|
551 ----------------- |
191a720488ce
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents:
2
diff
changeset
|
552 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
553 This tool can be used at any point downstream of Preprocessing. |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
554 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
555 - Possible upstream tool categories: Preprocessing, Quality Control, Statistical Analysis, Filter and Sort |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
556 - Possible downstream tool categories: Normalisation, Statistical Analysis, Quality Control, Filter and Sort |
3
191a720488ce
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents:
2
diff
changeset
|
557 |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
558 ----------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
559 Input files |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
560 ----------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
561 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
562 +---------------------------+------------+ |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
563 | File | Format | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
564 +===========================+============+ |
2 | 565 | Data matrix | tabular | |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
566 +---------------------------+------------+ |
2 | 567 | Sample metadata | tabular | |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
568 +---------------------------+------------+ |
2 | 569 | Variable metadata | tabular | |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
570 +---------------------------+------------+ |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
571 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
572 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
573 ---------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
574 Parameters |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
575 ---------- |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
576 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
577 Data matrix file |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
578 | variable x sample **dataMatrix** (tabular separated values) file of the numeric data matrix, with . as decimal, and NA for missing values; the table must not contain metadata apart from row and column names; the row and column names must be identical, respectively, to the rownames of the sample metadata file and variable metadata file |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
579 | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
580 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
581 Sample metadata file |
2 | 582 | sample x metadata **sampleMetadata** (tabular separated values) file of the numeric and/or character sample metadata, with . as decimal and NA for missing values |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
583 | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
584 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
585 Variable metadata file |
2 | 586 | variable x metadata **variableMetadata** (tabular separated values) file of the numeric and/or character variable metadata, with . as decimal and NA for missing values |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
587 | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
588 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
589 Column that names the sample-class (default = '``class``') |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
590 | name of the column in **sampleMetadata** that has the values to be tested against the '``Names of sample-classes``' input parameter |
4
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
591 | |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
592 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
593 Names of sample-classes (default = no names) |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
594 | comma-separated names (or regular expressions to match names) of sample-classes to include or exclude |
4
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
595 | |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
596 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
597 'Wild cards' or 'regular expressions' (default = '``wild-cards``') |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
598 | '``wild-cards``' - use wild cards to match names of sample-classes (see the 'Wild card patterns to match class-names' section below) |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
599 | '``regular-expressions``' - use regular expressions to match the named sample-classes (see the 'Regular expression patterns to match class-names' section below) |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
600 | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
601 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
602 Exclude/include named classes (default = '``filter-out``') |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
603 | '``filter-in``' - include only the named sample-classes |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
604 | '``filter-out``' - exclude only the named sample-classes |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
605 | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
606 |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
607 Variable-range filters (default = no filters) |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
608 | comma-separated names of variable-range filters (see the 'Variable-range filters' section below) |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
609 | |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
610 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
611 Data-transformation (default = '``none``') |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
612 | '``none``' - do not transform data matrix values |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
613 | '``log2``' - take the log base 2 of the values in the data matrix |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
614 | '``log10``' - take the log base 10 of the values in the data matrix |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
615 | In both cases, negative and missing values are imputed to zero. |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
616 | |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
617 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
618 |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
619 ------------ |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
620 Output files |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
621 ------------ |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
622 |
2 | 623 sampleMetadata |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
624 | (tabular separated values) file identical to the **sampleMetadata** file given as an input argument, excepting lacking rows for samples that have been filtered out (by the sample-class filter, or because of zero variance, or because they were missing in the input data matrix) |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
625 | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
626 |
2 | 627 variableMetadata |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
628 | (tabular separated values) file identical to the **variableMetadata** file given as an input argument, excepting lacking rows for variables (xC-MS features) that have been filtered out (by the variable-range filter, or because of zero variance, or because they were missing in the input data matrix) |
2 | 629 | |
630 | |
631 dataMatrix | |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
632 | (tabular separated values) file identical to the **dataMatrix** file given as an input argument, excepting lacking rows and columns for variables and samples that have been filtered out, respectively |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
633 | |
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
634 |
2 | 635 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
636 ----------------------------------------- |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
637 'Wild card' patterns to match class-names |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
638 ----------------------------------------- |
4
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
639 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
640 W4m Data Subset supports use of R "wild card" patterns to select class-names. |
4
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
641 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
642 - use '``?``' to match a single character |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
643 - use '``*``' to match zero or more characters |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
644 - the entire pattern must match the sample name |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
645 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
646 For example |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
647 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
648 - '``??.samp*``' matches '``my.sample``' but not '``my.own.sample``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
649 - '``*.sample``' matches '``my.sample``' and '``my.own.sample``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
650 - '``*.sampl``' matches neither '``my.sample``' nor '``my.own.sample``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
651 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
652 -------------------------------------------------- |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
653 'Regular expression' patterns to match class-names |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
654 -------------------------------------------------- |
4
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
655 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
656 W4m Data Subset supports use of R "regular expression" patterns to select class-names. |
4
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
657 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
658 R uses POSIX 1003.2 standard regular expressions, which allow precise pattern-matching and are exhaustively defined at: |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
659 http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
660 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
661 However, only a few basic building blocks of regular expressions need to be mastered for most cases: |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
662 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
663 - '``^``' matches the beginning of a class-name |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
664 - '``$``' matches the end of a class-name |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
665 - '``.``' outside of square brackets matches a single character |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
666 - '``*``' matches character specified immediately before zero or more times |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
667 - square brackets specify a set of characters to be matched. |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
668 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
669 Within square brackets |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
670 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
671 - '``^``' as the first character specifies that the list of characters are those that should **not** be matched. |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
672 - '``-``' is used to specify ranges of characters |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
673 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
674 Caveat: The tool wrapper uses the comma ('``,``') to split a list of sample-class names, so **commas may not be used within regular expressions for this tool** |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
675 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
676 First Example: Consider a field of class-names consisting of '``marq3,marq6,marq9,marq12,front3,front6,front9,front12``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
677 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
678 - The regular expression '``^front[0-9][0-9]*$``' will match the same sample-classes as '``front3,front6,front9,front12``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
679 - The regular expression '``^[a-z][a-z]3$``' will match the same sample-classes as '``front3,marq3``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
680 - The regular expression '``^[a-z][a-z]12$``' will match the same sample-classes as '``front12,marq12``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
681 - The regular expression '``^[a-z][a-z][0-9]$``' will match the same sample-classes as '``front3,front6,front9,marq3,marq6,marq9``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
682 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
683 Second Example: Consider these regular expression patterns as possible matches to a sample-class name '``AB0123``': |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
684 |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
685 - '``^[A-Z][A-Z][0-9][0-9]*$``' - MATCHES '``**^AB0123$**``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
686 - '``^[A-Z][A-Z]*[0-9][0-9]*$``' - MATCHES '``**^AB0123$**``' |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
687 - '``^[A-Z][0-9]*``' - MATCHES '``**^A** B0123$``' - first character is a letter, '``*``' can specify zero characters, and end of line did not need to be matched. |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
688 - '``^[A-Z][A-Z][0-9]``' - MATCHES '``**^AB0** 123$``' - first two characters are letters aind the third is a digit. |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
689 - '``^[A-Z][A-Z]*[0-9][0-9]$``' - NO MATCH - the name does not end with the pattern '``[A-Z][0-9][0-9]$``', i.e., it ends with four digits, not two. |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
690 - '``^[A-Z][0-9]*$``' - NO MATCH - the pattern specifies that second character and all those that follow, if present, must be digits. |
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
691 |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
692 ---------------------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
693 Variable-range filters |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
694 ---------------------- |
4
499c7ecfa834
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents:
3
diff
changeset
|
695 |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
696 An array of range-specification strings may be supplied in the `variableRangeFilter` |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
697 argument. If supplied, only features having numerical values in the specified column |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
698 of `variableMetadata` that fall within the specified ranges will be retained |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
699 in the output. Each range is a string of three colon-separated values (e.g., "mz:200:800") in the |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
700 following order: |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
701 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
702 - the **name of a column of `variableMetadata`** which must have numerical data (e.g., "mz"); |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
703 - the **minimum allowed value** in that column for the feature to be retained (e.g., 200); |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
704 - the **maximum allowed value** (e.g., 800). |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
705 |
10
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
706 Note for the range specification strings: |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
707 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
708 - **If the "maximum" is less than the "minimum", then the range is exclusive** (e.g., "mz:800:200" means retain only features whose mz is NOT in the range 200-800) |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
709 - **If the name supplied in the first field is 'FEATMAX',** then the string is defining the minimum (and possibly, though less useful, maximum) intensity for each feature in the dataMatrix. For example, "FEATMAX:1e6:" would specify that any feature would be excluded if no sample had an intensity for that feature greater than 1000000. |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
710 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
711 - Note, however, that when the "maximum" is greater than the "minimum" for the FEATMAX range specification, then the specification is ignored. |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
712 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
713 ----------------------------------------------------------------------------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
714 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
715 ---------------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
716 WORKING EXAMPLES |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
717 ---------------- |
2 | 718 |
719 .. class:: infomark | |
720 | |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
721 ----------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
722 Input Files |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
723 ----------- |
2 | 724 |
10
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
725 +------------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
726 | Input File URL | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
727 +======================================================================================================================================================+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
728 | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/input_dataMatrix.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
729 +------------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
730 | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/input_sampleMetadata.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
731 +------------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
732 | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/input_variableMetadata.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
733 +------------------------------------------------------------------------------------------------------------------------------------------------------+ |
2 | 734 |
735 .. class:: infomark | |
736 | |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
737 ------------------------------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
738 Running Without Range-Filtering |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
739 ------------------------------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
740 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
741 This example retains only samples whose 'gender' attribute is 'M'. |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
742 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
743 **Input parameters** |
0
bab3a658f74e
planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff
changeset
|
744 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
745 +------------------------------------+-------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
746 | Input Parameter | Value | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
747 +====================================+===============================+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
748 | Names of sample-classes | M | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
749 +------------------------------------+-------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
750 | Include named classes | filter-in | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
751 +------------------------------------+-------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
752 | Column that names the sample-class | gender | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
753 +------------------------------------+-------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
754 | Variable range-filters | (Leave this field empty.) | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
755 +------------------------------------+-------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
756 | Data transforamtion | none | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
757 +------------------------------------+-------------------------------+ |
2 | 758 |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
759 **Expected outputs** |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
760 |
10
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
761 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
762 | Expected Output | Download from URL | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
763 +===================+=================================================================================================================================================+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
764 | Data matrix | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/expected_dataMatrix.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
765 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
766 | Sample metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/expected_sampleMetadata.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
767 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
768 | Variable metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/expected_variableMetadata.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
769 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
770 |
2 | 771 .. class:: infomark |
772 | |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
773 ---------------------------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
774 Running With Range-Filtering |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
775 ---------------------------- |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
776 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
777 This example retains only features whose mz is greater than 200, whose rt is less than 800, and whose maximum intensity across all samples is 2,000,000. |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
778 This example retains all samples (except those having zero variance for all feature), although it would be possible to filter on samples as well. |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
779 |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
780 **Input parameters** |
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
781 |
8
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
782 +------------------------------------+------------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
783 | Input Parameter | Value | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
784 +====================================+====================================+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
785 | Names of sample-classes | (Leave this field empty.) | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
786 +------------------------------------+------------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
787 | Include named classes | filter-out | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
788 +------------------------------------+------------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
789 | Column that names the sample-class | gender | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
790 +------------------------------------+------------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
791 | Variable range-filters | FEATMAX:20.93157:,mz:200:,rt::800 | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
792 +------------------------------------+------------------------------------+ |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
793 | Data transforamtion | log2 | |
d5cf23369d12
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents:
7
diff
changeset
|
794 +------------------------------------+------------------------------------+ |
6
38ccf6722d54
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents:
5
diff
changeset
|
795 |
2 | 796 **Expected outputs** |
797 | |
10
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
798 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
799 | Expected Output | Download from URL | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
800 +===================+===================================================================================================================================================+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
801 | Data matrix | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/rangefilter_dataMatrix.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
802 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
803 | Sample metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/rangefilter_sampleMetadata.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
804 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
805 | Variable metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/rangefilter_variableMetadata.tsv | |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
806 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
807 ]]></help> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
808 <citations> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
809 <!-- Giacomoni_2014 W4m 2.5 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
810 <citation type="doi">10.1093/bioinformatics/btu813</citation> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
811 <!-- Guitton_2017 W4m 3.0 --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
812 <citation type="doi">10.1016/j.biocel.2017.07.002</citation> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
813 <!-- Kuhl_2012 CAMERA --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
814 <citation type="doi">10.1021/ac202450g</citation> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
815 <!-- Smith_2006 XCMS --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
816 <citation type="doi">10.1021/ac051437y</citation> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
817 <!-- Thevenot_2015 Urinary metabolome statistics --> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
818 <citation type="doi">10.1021/acs.jproteome.5b00354</citation> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
819 </citations> |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
820 <!-- |
649cb1bafd3e
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents:
9
diff
changeset
|
821 vim:noet:sw=4:ts=4 |
3
191a720488ce
planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents:
2
diff
changeset
|
822 --> </tool> |