Mercurial > repos > iuc > extract_metaphlan_database
comparison macros.xml @ 1:1aaa9b943a83 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan/ commit 2b87bc7417360e2b2c9ec0605d475909f6f0482f"
author | iuc |
---|---|
date | Mon, 17 May 2021 20:08:58 +0000 |
parents | 5b2f8b6a3609 |
children | b6ecdfac241f |
comparison
equal
deleted
inserted
replaced
0:5b2f8b6a3609 | 1:1aaa9b943a83 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 <token name="@TOOL_VERSION@">3.0.7</token> | 3 <token name="@TOOL_VERSION@">3.0.8</token> |
4 <token name="@VERSION_SUFFIX@">0</token> | 4 <token name="@VERSION_SUFFIX@">0</token> |
5 <token name="@PROFILE@">20.01</token> | 5 <token name="@PROFILE@">20.01</token> |
6 <xml name="edam_ontology"> | 6 <xml name="edam_ontology"> |
7 <edam_topics> | 7 <edam_topics> |
8 <edam_topic>topic_3174</edam_topic> | 8 <edam_topic>topic_3174</edam_topic> |
22 <xml name="citations"> | 22 <xml name="citations"> |
23 <citations> | 23 <citations> |
24 <citation type="doi">1101/2020.11.19.388223</citation> | 24 <citation type="doi">1101/2020.11.19.388223</citation> |
25 </citations> | 25 </citations> |
26 </xml> | 26 </xml> |
27 <token name="@FILE_FORMATS@">fastq,fastq.gz,fastq.bz2,fasta,fasta.gz,fasta.bz2</token> | |
28 <xml name="tax_lev"> | |
29 <param argument="--tax_lev" type="select" label="Taxonomic level for the relative abundance output"> | |
30 <option value="a" selected="true">All taxonomic levels</option> | |
31 <option value="k">Kingdoms only</option> | |
32 <option value="p">Phyla only</option> | |
33 <option value="c">Classes only</option> | |
34 <option value="o">Orders only</option> | |
35 <option value="f">Families only</option> | |
36 <option value="g">Genera only</option> | |
37 <option value="s">Species only</option> | |
38 </param> | |
39 </xml> | |
40 </macros> | 27 </macros> |