Mercurial > repos > iuc > profile2cami
annotate taxonkit_profile2cami.xml @ 4:d38b9fdf04e0 draft default tip
planemo upload for repository https://github.com/shenwei356/taxonkit commit 491bc028e8546bee626ab6f6168a706ab2f5324a
author | iuc |
---|---|
date | Mon, 04 Nov 2024 22:07:39 +0000 |
parents | 0fd79958fac6 |
children |
rev | line source |
---|---|
0
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
1 <tool id="profile2cami" name="Profile2CAMI" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
2 <description>Convert metagenomic profile table to CAMI format</description> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
3 <macros> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
5 </macros> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
6 <expand macro="biotools"/> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
9 <![CDATA[ |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
10 taxonkit profile2cami |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
11 --data-dir '${taxonomy.fields.path}' |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
12 --abundance-field '${abundance_field}' |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
13 --taxid-field '${taxid_field}' |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
14 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
15 $percentage |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
16 $recompute_abd |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
17 $keep_zero |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
18 $no_sum_up |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
19 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
20 #if $sample_id: |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
21 -s '${sample_id}' |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
22 #end if |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
23 #if $taxonomy_id: |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
24 -t '${taxonomy_id}' |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
25 #end if |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
26 #if $ranks: |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
27 --show-rank '${ranks}' |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
28 #end if |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
29 ${input_file} |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
30 > '${cami_output}' |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
31 ]]> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
32 </command> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
33 <inputs> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
34 <param name="input_file" type="data" format="txt" label="Input Profile File" help="A tab-delimited profile file with TaxId and abundance columns." /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
35 <param argument="--taxonomy" type="select" label="NCBI taxonomy" help="This NCBI database is used to map human-readable taxon names to TaxId's."> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
36 <options from_data_table="ncbi_taxonomy"> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
37 <validator message="No NCBI database is available" type="no_options"/> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
38 </options> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
39 </param> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
40 <param name="abundance_field" type="integer" value="2" label="Abundance Field Index" help="Field index of abundance in the input data." /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
41 <param name="taxid_field" type="integer" value="1" label="TaxId Field Index" help="Field index of TaxId in the input data." /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
42 <param name="percentage" type="boolean" value="false" label="Abundance in Percentage" help="Check if the abundance values are in percentage." truevalue="-p" falsevalue=""/> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
43 <param name="recompute_abd" type="boolean" value="false" label="Recompute Abundance" help="Check to recompute abundance if some TaxIds are deleted in the current taxonomy version." truevalue="-R" falsevalue=""/> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
44 <param name="keep_zero" type="boolean" value="false" label="Keep Zero Abundances" help="Check to keep taxons with abundance of zero." truevalue="-0" falsevalue=""/> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
45 <param name="no_sum_up" type="boolean" value="false" label="Do Not Sum Up Abundance" help="Do not sum up abundance from child to parent TaxIds." truevalue="-S" falsevalue="" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
46 <param name="sample_id" type="text" value="" label="Sample ID" help="Optional sample ID to include in the result file." /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
47 <param name="taxonomy_id" type="text" value="" label="Taxonomy ID" help="Optional taxonomy ID to include in the result file." /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
48 <param name ="ranks" argument="--show-rank" type="select" multiple="true" label="Show Ranks" help="Specify the ranks to show in the result file (default [superkingdom,phylum,class,order,family,genus,species,strain])."> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
49 <option value="superkingdom">Superkingdom</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
50 <option value="phylum">Phylum</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
51 <option value="class">Class</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
52 <option value="order">Order</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
53 <option value="family">Family</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
54 <option value="genus">Genus</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
55 <option value="species">Species</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
56 <option value="strain">Strain</option> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
57 </param> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
58 </inputs> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
59 <outputs> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
60 <data name="cami_output" format="tsv" label="${tool.name} on ${on_string}" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
61 </outputs> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
62 <tests> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
63 <!-- Test 1: Basic functionality with default parameters --> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
64 <test expect_num_outputs="1"> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
65 <param name="input_file" value="abundance.tsv" ftype="tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
66 <output name="cami_output" file="output1_basic_functionality.tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
67 </test> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
68 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
69 <!-- Test 2: Using percentage flag --> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
70 <test expect_num_outputs="1"> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
71 <param name="input_file" value="abundance.tsv" ftype="tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
72 <param name="percentage" value="true" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
73 <output name="cami_output" file="output2_percentage_flag.tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
74 </test> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
75 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
76 <!-- Test 3: Recomputing abundance with deleted TaxIds --> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
77 <test expect_num_outputs="1"> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
78 <param name="input_file" value="abundance.tsv" ftype="tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
79 <param name="recompute_abd" value="true" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
80 <output name="cami_output" file="output3_recompute_abd.tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
81 </test> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
82 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
83 <!-- Test 4: Profile2Cami with all parameters checked --> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
84 <test expect_num_outputs="1"> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
85 <param name="input_file" value="abundance.tsv" ftype="tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
86 <param name="percentage" value="true" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
87 <param name="recompute_abd" value="true" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
88 <param name="keep_zero" value="true" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
89 <param name="no_sum_up" value="true" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
90 <output name="cami_output" file="output4_all_param.tsv" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
91 </test> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
92 </tests> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
93 <help> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
94 <![CDATA[ |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
95 **What is Profile2CAMI** |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
96 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
97 Profile2CAMI is a tool for converting metagenomic profile tables to CAMI format. |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
98 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
99 **Inputs** |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
100 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
101 - A tab-delimited profile file with TaxId and abundance columns. |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
102 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
103 **Outputs** |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
104 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
105 - A CAMI formatted file. |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
106 |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
107 For more information, please refer to the tool's documentation. |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
108 ]]> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
109 </help> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
110 <expand macro="citations" /> |
0fd79958fac6
planemo upload for repository https://github.com/shenwei356/taxonkit commit 695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82
iuc
parents:
diff
changeset
|
111 </tool> |