Next changeset 1:2f4d65c8cfc0 (2023-01-13) |
Commit message:
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 |
added:
qiime2__longitudinal__linear_mixed_effects.xml test-data/.gitkeep |
b |
diff -r 000000000000 -r 8fe7ffdd3a71 qiime2__longitudinal__linear_mixed_effects.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__longitudinal__linear_mixed_effects.xml Mon Aug 29 20:11:14 2022 +0000 |
[ |
b'@@ -0,0 +1,184 @@\n+<?xml version=\'1.0\' encoding=\'utf-8\'?>\n+<!--\n+Copyright (c) 2022, QIIME 2 development team.\n+\n+Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)\n+-->\n+<!--\n+This tool was automatically generated by:\n+ q2galaxy (version: 2022.8.1)\n+for:\n+ qiime2 (version: 2022.8.1)\n+-->\n+<tool name="qiime2 longitudinal linear-mixed-effects" id="qiime2__longitudinal__linear_mixed_effects" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause">\n+ <description>Linear mixed effects modeling</description>\n+ <requirements>\n+ <container type="docker">quay.io/qiime2/core:2022.8</container>\n+ </requirements>\n+ <version_command>q2galaxy version longitudinal</version_command>\n+ <command detect_errors="aggressive">q2galaxy run longitudinal linear_mixed_effects \'$inputs\'</command>\n+ <configfiles>\n+ <inputs name="inputs" data_style="paths"/>\n+ </configfiles>\n+ <inputs>\n+ <repeat name="metadata" min="1" help="[required] Sample metadata file containing individual_id_column." title="metadata: Metadata">\n+ <conditional name="__q2galaxy__GUI__conditional__metadata__">\n+ <param name="type" type="select" label="metadata: Metadata">\n+ <option value="tsv" selected="true">Metadata from TSV</option>\n+ <option value="qza">Metadata from Artifact</option>\n+ </param>\n+ <when value="tsv">\n+ <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/>\n+ </when>\n+ <when value="qza">\n+ <param name="source" type="data" format="qza" label="Metadata Source"/>\n+ </when>\n+ </conditional>\n+ </repeat>\n+ <param name="state_column" type="text" label="state_column: Str" help="[required] Metadata column containing state (time) variable information.">\n+ <sanitizer>\n+ <valid initial="string.printable"/>\n+ </sanitizer>\n+ <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator>\n+ </param>\n+ <param name="individual_id_column" type="text" label="individual_id_column: Str" help="[required] Metadata column containing IDs for individual subjects.">\n+ <sanitizer>\n+ <valid initial="string.printable"/>\n+ </sanitizer>\n+ <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator>\n+ </param>\n+ <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">\n+ <param name="table" type="data" format="qza" optional="true" label="table: FeatureTable[RelativeFrequency]" help="[optional] Feature table containing metric.">\n+ <options options_filter_attribute="metadata.semantic_type">\n+ <filter type="add_value" value="FeatureTable[RelativeFrequency]"/>\n+ </options>\n+ <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in [\'FeatureTable[RelativeFrequency]\']</validator>\n+ </param>\n+ <conditional name="__q2galaxy__GUI__conditional__metric__" label="metric: Str">\n+ <param name="__q2galaxy__GUI__select__" type="select" label="metric: Str" help="[optional] Dependent variable column name. Must be a column name located in the metadata or feature table files.">\n+ <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option>\n+ <option value="__q2galaxy__::control::provide">Provide a value</option>\n+ </param>\n+ <when value="__q2galaxy__::control::default">\n+ <param name="metric" typ'..b'="plasma">plasma</option>\n+ <option value="inferno">inferno</option>\n+ <option value="magma">magma</option>\n+ <option value="terrain">terrain</option>\n+ <option value="rainbow">rainbow</option>\n+ <option value="cividis">cividis</option>\n+ </param>\n+ <param name="lowess" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="lowess: Bool" help="[default: No] Estimate locally weighted scatterplot smoothing. Note that this will eliminate confidence interval plotting."/>\n+ <param name="ci" type="float" min="0" max="99.999999" value="95" label="ci: Float % Range(0, 100)" help="[default: 95] Size of the confidence interval for the regression estimate."/>\n+ <conditional name="__q2galaxy__GUI__conditional__formula__" label="formula: Str">\n+ <param name="__q2galaxy__GUI__select__" type="select" label="formula: Str" help="[optional] R-style formula to use for model specification. A formula must be used if the "metric" parameter is None. Note that the metric and group columns specified in the formula will override metric and group columns that are passed separately as parameters to this method. Formulae will be in the format "a ~ b + c", where "a" is the metric (dependent variable) and "b" and "c" are independent covariates. Use "+" to add a variable; "+ a:b" to add an interaction between variables a and b; "*" to include a variable and all interactions; and "-" to subtract a particular term (e.g., an interaction term). See https://patsy.readthedocs.io/en/latest/formulas.html for full documentation of valid formula operators. Always enclose formulae in quotes to avoid unpleasant surprises.">\n+ <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option>\n+ <option value="__q2galaxy__::control::provide">Provide a value</option>\n+ </param>\n+ <when value="__q2galaxy__::control::default">\n+ <param name="formula" type="hidden" value="__q2galaxy__::literal::None"/>\n+ </when>\n+ <when value="__q2galaxy__::control::provide">\n+ <param name="formula" type="text">\n+ <sanitizer>\n+ <valid initial="string.printable"/>\n+ </sanitizer>\n+ </param>\n+ </when>\n+ </conditional>\n+ </section>\n+ </inputs>\n+ <outputs>\n+ <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/>\n+ </outputs>\n+ <tests/>\n+ <help>\n+QIIME 2: longitudinal linear-mixed-effects\n+==========================================\n+Linear mixed effects modeling\n+\n+\n+Outputs:\n+--------\n+:visualization.qzv: <no description>\n+\n+| \n+\n+Description:\n+------------\n+Linear mixed effects models evaluate the contribution of exogenous covariates "group_columns" and "random_effects" to a single dependent variable, "metric". Perform LME and plot line plots of each group column. A feature table artifact is required input, though whether "metric" is derived from the feature table or metadata is optional.\n+\n+\n+| \n+\n+</help>\n+ <citations>\n+ <citation type="bibtex">@inproceedings{cite1,\n+ author = {Seabold, Skipper and Perktold, Josef},\n+ booktitle = {Proceedings of the 9th Python in Science Conference},\n+ organization = {SciPy society Austin},\n+ pages = {61},\n+ title = {Statsmodels: Econometric and statistical modeling with python},\n+ volume = {57},\n+ year = {2010}\n+}\n+</citation>\n+ <citation type="doi">10.1128/mSystems.00219-18</citation>\n+ <citation type="doi">10.1038/s41587-019-0209-9</citation>\n+ </citations>\n+</tool>\n' |