Mercurial > repos > q2d2 > qiime2__phylogeny__robinson_foulds
view qiime2__phylogeny__robinson_foulds.xml @ 4:a43f0d5cfd3f draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__phylogeny commit c7e80dcda727ce63b42aa8a946e9330310929797
author | q2d2 |
---|---|
date | Mon, 03 Jun 2024 23:30:08 +0000 |
parents | cc749369d963 |
children | 48893627c8f9 |
line wrap: on
line source
<?xml version='1.0' encoding='utf-8'?> <!-- Copyright (c) 2024, QIIME 2 development team. Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) --> <!-- This tool was automatically generated by: q2galaxy (version: 2024.5.0) for: qiime2 (version: 2024.5.0) --> <tool name="qiime2 phylogeny robinson-foulds" id="qiime2__phylogeny__robinson_foulds" version="2024.5.0+q2galaxy.2024.5.0" profile="22.05" license="BSD-3-Clause"> <description>Calculate Robinson-Foulds distance between phylogenetic trees.</description> <requirements> <container type="docker">quay.io/qiime2/amplicon:2024.5</container> </requirements> <version_command>q2galaxy version phylogeny</version_command> <command detect_errors="exit_code">q2galaxy run phylogeny robinson_foulds '$inputs'</command> <configfiles> <inputs name="inputs" data_style="staging_path_and_source_path"/> </configfiles> <inputs> <param name="trees" type="data" format="qza" label="trees: List[Phylogeny[Rooted | Unrooted]]" help="[required] Phylogenetic trees to compare with Robinson-Foulds. Rooting information and branch lengths are ignored by this metric." multiple="true"> <options options_filter_attribute="metadata.semantic_type"> <filter type="add_value" value="Phylogeny[Rooted]"/> <filter type="add_value" value="Phylogeny[Unrooted]"/> </options> </param> <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> <repeat name="labels" help="[optional] Labels to use for the tree names in the distance matrix. If ommited, labels will be "tree_n" where "n" ranges from 1..N. The number of labels must match the number of trees." title="labels: List[Str]"> <param name="element" type="text" label="element: Str" help="[required]"> <sanitizer> <valid initial="string.printable"/> </sanitizer> <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> </param> </repeat> <param name="missing_tips" type="select" label="missing_tips: Str % Choices('error', 'intersect-all')" display="radio"> <option value="error" selected="true">error</option> <option value="intersect-all">intersect-all</option> </param> </section> </inputs> <outputs> <data name="distance_matrix" format="qza" label="${tool.name} on ${on_string}: distance_matrix.qza" from_work_dir="distance_matrix.qza"/> </outputs> <tests/> <help> QIIME 2: phylogeny robinson-foulds ================================== Calculate Robinson-Foulds distance between phylogenetic trees. Outputs: -------- :distance_matrix.qza: The distances between trees as a symmetric matrix. | Description: ------------ Calculate the Robinson-Foulds symmetric difference metric between two or more phylogenetic trees. | </help> <citations> <citation type="bibtex">@article{cite1, author = {Robinson, David F and Foulds, Leslie R}, journal = {Mathematical biosciences}, number = {1-2}, pages = {131--147}, publisher = {Elsevier}, title = {Comparison of phylogenetic trees}, volume = {53}, year = {1981} } </citation> <citation type="doi">10.1038/s41587-019-0209-9</citation> </citations> </tool>