Mercurial > repos > iuc > qiime_pick_open_reference_otus
comparison macros.xml @ 2:845b4664b98a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
author | iuc |
---|---|
date | Mon, 10 Jul 2017 16:43:22 -0400 |
parents | d68b2ef52012 |
children | 41482ca21d31 |
comparison
equal
deleted
inserted
replaced
1:d68b2ef52012 | 2:845b4664b98a |
---|---|
1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
2 <macros> | 2 <macros> |
3 <token name="@WRAPPER_VERSION@">1.9.1</token> | 3 <token name="@WRAPPER_VERSION@">1.9.1</token> |
4 | |
5 <xml name="requirements"> | 4 <xml name="requirements"> |
6 <requirements> | 5 <requirements> |
7 <requirement type="package" version="@WRAPPER_VERSION@">qiime</requirement> | 6 <requirement type="package" version="@WRAPPER_VERSION@">qiime</requirement> |
8 <yield/> | 7 <yield/> |
9 </requirements> | 8 </requirements> |
10 </xml> | 9 </xml> |
11 | |
12 <xml name="citations"> | 10 <xml name="citations"> |
13 <citation type="doi">10.1038/nmeth.f.303</citation> | 11 <citation type="doi">10.1038/nmeth.f.303</citation> |
14 </xml> | 12 </xml> |
15 | |
16 <xml name="pick_otus_reference_source"> | 13 <xml name="pick_otus_reference_source"> |
17 <conditional name="references"> | 14 <conditional name="references"> |
18 <param name="source_selector" type="select" label="Use reference sequences from"> | 15 <param name="source_selector" type="select" label="Use reference sequences from"> |
19 <option value="cached">Local cache</option> | 16 <option value="cached">Local cache</option> |
20 <option value="history">History</option> | 17 <option value="history">History</option> |