comparison qiime2/qiime_gneiss_ols-regression.xml @ 4:914fa4daf16a draft

Fixes
author florianbegusch
date Wed, 31 Jul 2019 03:06:00 -0400
parents 370e0b6e9826
children f190567fe3f6
comparison
equal deleted inserted replaced
3:558645416841 4:914fa4daf16a
35 <param format="qza,no_unzip.zip" label="--i-table: ARTIFACT FeatureTable[Balance] The feature table containing the samples in which simplicial regression will be performed. [required]" name="itable" optional="False" type="data"/> 35 <param format="qza,no_unzip.zip" label="--i-table: ARTIFACT FeatureTable[Balance] The feature table containing the samples in which simplicial regression will be performed. [required]" name="itable" optional="False" type="data"/>
36 <param format="qza,no_unzip.zip" label="--i-tree: ARTIFACT A hierarchy of feature identifiers where each Hierarchy tipcorresponds to the feature identifiers in the table. This tree can contain tip ids that are not present in the table, but all feature ids in the table must be present in this tree. [required]" name="itree" optional="False" type="data"/> 36 <param format="qza,no_unzip.zip" label="--i-tree: ARTIFACT A hierarchy of feature identifiers where each Hierarchy tipcorresponds to the feature identifiers in the table. This tree can contain tip ids that are not present in the table, but all feature ids in the table must be present in this tree. [required]" name="itree" optional="False" type="data"/>
37 <param label="--p-formula: TEXT Formula specifying the statistical model. In other words, a list of the metadata categories that will be used in the regression model, typically separated by '+'. For more information see https://patsy.readthedocs.io/en/latest/API-reference.html [required]" name="pformula" optional="False" type="text"/> 37 <param label="--p-formula: TEXT Formula specifying the statistical model. In other words, a list of the metadata categories that will be used in the regression model, typically separated by '+'. For more information see https://patsy.readthedocs.io/en/latest/API-reference.html [required]" name="pformula" optional="False" type="text"/>
38 38
39 39
40 <repeat name="input_files_mmetadatafile" optional="True" title="--m-metadata-file"> 40 <repeat name="input_files_mmetadatafile" optional="True" title="--m-metadata-file [required]">
41 <param label="--m-metadata-file: Metadata file or artifact viewable as metadata. This option may be supplied multiple times to merge metadata. [optional]" name="additional_input" type="data" format="tabular,qza,no_unzip.zip" /> 41 <param label="--m-metadata-file: Metadata file or artifact viewable as metadata. This option may be supplied multiple times to merge metadata. [optional]" name="additional_input" type="data" format="tabular,qza,no_unzip.zip" />
42 </repeat> 42 </repeat>
43 </inputs> 43 </inputs>
44 <outputs> 44 <outputs>
45 <data format="html" label="${tool.name} on ${on_string}: visualization.qzv" name="ovisualization"/> 45 <data format="html" label="${tool.name} on ${on_string}: visualization.qzv" name="ovisualization"/>