Next changeset 1:2058da5b95d7 (2023-01-13) |
Commit message:
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_classifier commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 |
added:
qiime2__feature_classifier__vsearch_global.xml test-data/.gitkeep |
b |
diff -r 000000000000 -r 2d19a06e9123 qiime2__feature_classifier__vsearch_global.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_classifier__vsearch_global.xml Mon Aug 29 19:51:51 2022 +0000 |
[ |
b'@@ -0,0 +1,115 @@\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 feature-classifier vsearch-global" id="qiime2__feature_classifier__vsearch_global" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause">\n+ <description>VSEARCH global alignment search</description>\n+ <requirements>\n+ <container type="docker">quay.io/qiime2/core:2022.8</container>\n+ </requirements>\n+ <version_command>q2galaxy version feature_classifier</version_command>\n+ <command detect_errors="aggressive">q2galaxy run feature_classifier vsearch_global \'$inputs\'</command>\n+ <configfiles>\n+ <inputs name="inputs" data_style="paths"/>\n+ </configfiles>\n+ <inputs>\n+ <param name="query" type="data" format="qza" label="query: FeatureData[Sequence]" help="[required] Query Sequences.">\n+ <options options_filter_attribute="metadata.semantic_type">\n+ <filter type="add_value" value="FeatureData[Sequence]"/>\n+ </options>\n+ <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in [\'FeatureData[Sequence]\']</validator>\n+ </param>\n+ <param name="reference_reads" type="data" format="qza" label="reference_reads: FeatureData[Sequence]" help="[required] Reference sequences.">\n+ <options options_filter_attribute="metadata.semantic_type">\n+ <filter type="add_value" value="FeatureData[Sequence]"/>\n+ </options>\n+ <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in [\'FeatureData[Sequence]\']</validator>\n+ </param>\n+ <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">\n+ <conditional name="__q2galaxy__GUI__conditional__maxaccepts__">\n+ <param name="__q2galaxy__GUI__select__" type="select" label="maxaccepts: Int % Range(1, None) | Str % Choices(\'all\')" help="[default: 10] Maximum number of hits to keep for each query. Set to "all" to keep all hits > perc_identity similarity. Note that if strand=both, maxaccepts will keep N hits for each direction (if searches in the opposite direction yield results that exceed the minimum perc_identity). In those cases use maxhits to control the total number of hits returned. This option works in pair with maxrejects. The search process sorts target sequences by decreasing number of k-mers they have in common with the query sequence, using that information as a proxy for sequence similarity. After pairwise alignments, if the first target sequence passes the acceptation criteria, it is accepted as best hit and the search process stops for that query. If maxaccepts is set to a higher value, more hits are accepted. If maxaccepts and maxrejects are both set to "all", the complete database is searched.">\n+ <option value="all">all (Str)</option>\n+ <option value="__q2galaxy__::control::Int X Range(1__comma__ None)" selected="true">Provide a value (Int % Range(1, None))</option>\n+ </param>\n+ <when value="all">\n+ <param name="maxaccepts" type="hidden" value="all"/>\n+ </when>\n+ <when value="__q2galaxy__::control::Int X Range(1__comma__ None)">\n+ <param name="maxaccepts" type="integer" min="1" value="10" label="maxaccepts: Int % Range(1, None)" help="[default: 10] Maximum number of hits to keep for each query. Set to "all" to keep all hits > perc_identity similarity. Note that if strand=both, maxaccepts wil'..b' <when value="all">\n+ <param name="maxhits" type="hidden" value="all"/>\n+ </when>\n+ <when value="__q2galaxy__::control::Int X Range(1__comma__ None)">\n+ <param name="maxhits" type="integer" min="1" value="" label="maxhits: Int % Range(1, None)" help="[required] Maximum number of hits to show once the search is terminated."/>\n+ </when>\n+ </conditional>\n+ <conditional name="__q2galaxy__GUI__conditional__maxrejects__">\n+ <param name="__q2galaxy__GUI__select__" type="select" label="maxrejects: Int % Range(1, None) | Str % Choices(\'all\')" help="[default: \'all\'] Maximum number of non-matching target sequences to consider before stopping the search. This option works in pair with maxaccepts (see maxaccepts description for details).">\n+ <option value="all" selected="true">all (Str)</option>\n+ <option value="__q2galaxy__::control::Int X Range(1__comma__ None)">Provide a value (Int % Range(1, None))</option>\n+ </param>\n+ <when value="all">\n+ <param name="maxrejects" type="hidden" value="all"/>\n+ </when>\n+ <when value="__q2galaxy__::control::Int X Range(1__comma__ None)">\n+ <param name="maxrejects" type="integer" min="1" value="" label="maxrejects: Int % Range(1, None)" help="[required] Maximum number of non-matching target sequences to consider before stopping the search. This option works in pair with maxaccepts (see maxaccepts description for details)."/>\n+ </when>\n+ </conditional>\n+ <param name="output_no_hits" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="output_no_hits: Bool" help="[default: Yes] Report both matching and non-matching queries. WARNING: always use the default setting for this option unless if you know what you are doing! If you set this option to False, your sequences and feature table will need to be filtered to exclude unclassified sequences, otherwise you may run into errors downstream from missing feature IDs."/>\n+ <param name="weak_id" type="float" min="0.0" max="1.0" value="0.0" label="weak_id: Float % Range(0.0, 1.0, inclusive_end=True)" help="[default: 0.0] Show hits with percentage of identity of at least N, without terminating the search. A normal search stops as soon as enough hits are found (as defined by maxaccepts, maxrejects, and perc_identity). As weak_id reports weak hits that are not deduced from maxaccepts, high perc_identity values can be used, hence preserving both speed and sensitivity. Logically, weak_id must be smaller than the value indicated by perc_identity, otherwise this option will be ignored."/>\n+ <param name="threads" type="integer" min="1" value="1" label="threads: Int % Range(1, None)" help="[default: 1] Number of threads to use for job parallelization."/>\n+ </section>\n+ </inputs>\n+ <outputs>\n+ <data name="search_results" format="qza" label="${tool.name} on ${on_string}: search_results.qza" from_work_dir="search_results.qza"/>\n+ </outputs>\n+ <tests/>\n+ <help>\n+QIIME 2: feature-classifier vsearch-global\n+==========================================\n+VSEARCH global alignment search\n+\n+\n+Outputs:\n+--------\n+:search_results.qza: Top hits for each query.\n+\n+| \n+\n+Description:\n+------------\n+Search for top hits in a reference database via global alignment between the query sequences and reference database sequences using VSEARCH. Returns a report of the top M hits for each query (where M=maxaccepts or maxhits).\n+\n+\n+| \n+\n+</help>\n+ <citations>\n+ <citation type="doi">10.7717/peerj.2584</citation>\n+ <citation type="doi">10.1186/s40168-018-0470-z</citation>\n+ <citation type="doi">10.1038/s41587-019-0209-9</citation>\n+ </citations>\n+</tool>\n' |