Mercurial > repos > iuc > biom_from_uc
annotate biom_from_uc.xml @ 9:0dafaffb1e9c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 2230d399cc6a526674f192099f00632dcc931e8c
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:35:24 +0000 |
parents | bd2d2d53d5dd |
children |
rev | line source |
---|---|
2
2cdeed709bf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4ca0a67fd4126f8b2a135b6cb7894042e980b39a"
iuc
parents:
0
diff
changeset
|
1 <tool id="biom_from_uc" name="Create a BIOM table" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
0
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
2 <description>from a vsearch/uclust/usearch BIOM file</description> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
3 <macros> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
5 </macros> |
9
0dafaffb1e9c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 2230d399cc6a526674f192099f00632dcc931e8c
iuc
parents:
7
diff
changeset
|
6 <expand macro="bio_tools"/> |
0
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
8 <expand macro="version_command" /> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
10 <![CDATA[ |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
11 biom from-uc |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
12 --input-fp '$input_fp' |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
13 --output-fp '$output_fp' |
4
c82e077989ee
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit ddde8018cc6ff30dbb448e66be5433ce36e56b55
iuc
parents:
2
diff
changeset
|
14 #if $rep_set_fp |
c82e077989ee
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit ddde8018cc6ff30dbb448e66be5433ce36e56b55
iuc
parents:
2
diff
changeset
|
15 --rep-set-fp '$rep_set_fp' |
c82e077989ee
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit ddde8018cc6ff30dbb448e66be5433ce36e56b55
iuc
parents:
2
diff
changeset
|
16 #end if |
0
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
17 ]]> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
18 </command> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
19 <inputs> |
7
bd2d2d53d5dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents:
4
diff
changeset
|
20 <param argument="--input-fp" type="data" format="txt" label="UC File" /> |
bd2d2d53d5dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents:
4
diff
changeset
|
21 <param argument="--rep-set-fp" type="data" format="fasta" optional="true" label="Fasta file containing representative sequences with where sequences are labeled with OTU identifiers, and description fields contain original sequence identifiers" help="This output is created, for example, by vsearch with the --relabel_sha1 --relabel_keep options."/> |
0
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
22 </inputs> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
23 <outputs> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
24 <data format="biom1" name="output_fp"/> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
25 </outputs> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
26 <tests> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
27 <test> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
28 <param name="input_fp" value="uc_table.uc" /> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
29 <output name="output_fp" file="biom_from_uc.biom" compare="sim_size"/> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
30 </test> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
31 </tests> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
32 <help><![CDATA[ |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
33 Create a BIOM table from a vsearch/uclust/usearch BIOM file. |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
34 ]]></help> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
35 <expand macro="citations" /> |
26c9cf427dcd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
36 </tool> |