# HG changeset patch # User eschen42 # Date 1536028475 14400 # Node ID 9f5c0e23c2056310e1006b923f23ebecb93b94f1 # Parent 649cb1bafd3eaaa5c1e0a7a652fd36dd70a702e7 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 32cf96ed6c39a93eb9c6cf00494b128bd3c3febe diff -r 649cb1bafd3e -r 9f5c0e23c205 w4mclassfilter.xml --- a/w4mclassfilter.xml Thu Aug 09 13:00:51 2018 -0400 +++ b/w4mclassfilter.xml Mon Sep 03 22:34:35 2018 -0400 @@ -1,11 +1,11 @@ - + Filter W4m data by values or metadata r-base r-batch - w4mclassfilter + w4mclassfilter - @@ -84,7 +83,6 @@ - @@ -587,7 +585,7 @@ | Column that names the sample-class (default = '``class``') - | name of the column in **sampleMetadata** that has the values to be tested against the '``Names of sample-classes``' input parameter + | name of the column in **sampleMetadata** that has the values to be tested against the '``Names of sample-classes``' input parameter; only letters, digits, periods, and underscores are permitted. | Names of sample-classes (default = no names) @@ -699,9 +697,9 @@ in the output. Each range is a string of three colon-separated values (e.g., "mz:200:800") in the following order: -- the **name of a column of `variableMetadata`** which must have numerical data (e.g., "mz"); -- the **minimum allowed value** in that column for the feature to be retained (e.g., 200); -- the **maximum allowed value** (e.g., 800). +- the **name of a column of `variableMetadata`** which must have numerical data (only letters, digits, periods, and underscores are permitted in the name itself), e.g., 'mz'; +- the **minimum allowed value** in that column for the feature to be retained, e.g., '200'; +- the **maximum allowed value**, e.g., '800'. Note for the range specification strings: