Mercurial > repos > q2d2 > qiime2__feature_classifier__makeblastdb
comparison qiime2__feature_classifier__makeblastdb.xml @ 0:0a6ad1c7d5bb draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_classifier commit 389df0134cd0763dcf02aac6e623fc15f8861c1e
author | q2d2 |
---|---|
date | Thu, 25 Apr 2024 21:06:01 +0000 |
parents | |
children | 2a24d33467d8 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0a6ad1c7d5bb |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!-- | |
3 Copyright (c) 2024, 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: 2024.2.1) | |
10 for: | |
11 qiime2 (version: 2024.2.0) | |
12 --> | |
13 <tool name="qiime2 feature-classifier makeblastdb" id="qiime2__feature_classifier__makeblastdb" version="2024.2.0+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause"> | |
14 <description>Make BLAST database.</description> | |
15 <requirements> | |
16 <container type="docker">quay.io/qiime2/amplicon:2024.2</container> | |
17 </requirements> | |
18 <version_command>q2galaxy version feature_classifier</version_command> | |
19 <command detect_errors="exit_code">q2galaxy run feature_classifier makeblastdb '$inputs'</command> | |
20 <configfiles> | |
21 <inputs name="inputs" data_style="staging_path_and_source_path"/> | |
22 </configfiles> | |
23 <inputs> | |
24 <param name="sequences" type="data" format="qza" label="sequences: FeatureData[Sequence]" help="[required] Input reference sequences."> | |
25 <options options_filter_attribute="metadata.semantic_type"> | |
26 <filter type="add_value" value="FeatureData[Sequence]"/> | |
27 </options> | |
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]']</validator> | |
29 </param> | |
30 </inputs> | |
31 <outputs> | |
32 <data name="database" format="qza" label="${tool.name} on ${on_string}: database.qza" from_work_dir="database.qza"/> | |
33 </outputs> | |
34 <tests/> | |
35 <help> | |
36 QIIME 2: feature-classifier makeblastdb | |
37 ======================================= | |
38 Make BLAST database. | |
39 | |
40 | |
41 Outputs: | |
42 -------- | |
43 :database.qza: Output BLAST database. | |
44 | |
45 | | |
46 | |
47 Description: | |
48 ------------ | |
49 Make BLAST database from custom sequence collection. | |
50 | |
51 | |
52 | | |
53 | |
54 </help> | |
55 <citations> | |
56 <citation type="doi">10.1186/1471-2105-10-421</citation> | |
57 <citation type="doi">10.1186/s40168-018-0470-z</citation> | |
58 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
59 </citations> | |
60 </tool> |