Mercurial > repos > q2d2 > qiime2__dada2__plot_base_transitions
comparison qiime2__dada2__plot_base_transitions.xml @ 0:757ff40d49bf draft default tip
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__dada2 commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b
| author | q2d2 |
|---|---|
| date | Sat, 01 Nov 2025 17:10:41 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:757ff40d49bf |
|---|---|
| 1 <?xml version='1.0' encoding='utf-8'?> | |
| 2 <!-- | |
| 3 Copyright (c) 2025, QIIME 2 development team. | |
| 4 | |
| 5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) | |
| 6 --> | |
| 7 <!-- | |
| 8 This tool was automatically generated by: | |
| 9 q2galaxy (version: 2025.10.0) | |
| 10 for: | |
| 11 qiime2 (version: 2025.10.0) | |
| 12 --> | |
| 13 <tool name="qiime2 dada2 plot-base-transitions" id="qiime2__dada2__plot_base_transitions" version="2025.10.0+q2galaxy.2025.10.0" profile="22.05" license="BSD-3-Clause"> | |
| 14 <description>DADA2 diagnostic statistics</description> | |
| 15 <xrefs> | |
| 16 <xref type="bio.tools">qiime2</xref> | |
| 17 </xrefs> | |
| 18 <requirements> | |
| 19 <container type="docker">quay.io/qiime2/amplicon:2025.10</container> | |
| 20 </requirements> | |
| 21 <version_command>q2galaxy version dada2</version_command> | |
| 22 <command detect_errors="exit_code">q2galaxy run dada2 plot_base_transitions '$inputs'</command> | |
| 23 <configfiles> | |
| 24 <inputs name="inputs" data_style="staging_path_and_source_path"/> | |
| 25 </configfiles> | |
| 26 <inputs> | |
| 27 <param name="base_transition_stats" type="data" format="qza" label="base_transition_stats: DADA2BaseTransitionStats" help="[required] Dada2 Base transition statistics."> | |
| 28 <options options_filter_attribute="metadata.semantic_type"> | |
| 29 <filter type="add_value" value="DADA2BaseTransitionStats"/> | |
| 30 </options> | |
| 31 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DADA2BaseTransitionStats']</validator> | |
| 32 </param> | |
| 33 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
| 34 <param name="nominalq" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="nominalq: Bool" help="[default: No] Sets the nominalq line of the vizualization"/> | |
| 35 <param name="error_in" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="error_in: Bool" help="[default: No] Sets the input error line of the vizualization"/> | |
| 36 <param name="error_out" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="error_out: Bool" help="[default: Yes] Sets the output error line of the vizualization"/> | |
| 37 </section> | |
| 38 </inputs> | |
| 39 <outputs> | |
| 40 <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> | |
| 41 </outputs> | |
| 42 <tests/> | |
| 43 <help> | |
| 44 QIIME 2: dada2 plot-base-transitions | |
| 45 ==================================== | |
| 46 DADA2 diagnostic statistics | |
| 47 | |
| 48 | |
| 49 Outputs: | |
| 50 -------- | |
| 51 :visualization.qzv: <no description> | |
| 52 | |
| 53 | | |
| 54 | |
| 55 Description: | |
| 56 ------------ | |
| 57 Generates dada2 output stat vizualizations | |
| 58 | |
| 59 | |
| 60 | | |
| 61 | |
| 62 </help> | |
| 63 <citations> | |
| 64 <citation type="doi">10.1038/nmeth.3869</citation> | |
| 65 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
| 66 </citations> | |
| 67 </tool> |
