Mercurial > repos > iuc > vsnp_add_zero_coverage
comparison macros.xml @ 2:2e4b9161ce40 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 2e312886647244b416c64eca91e1a61dd1be939b"
| author | iuc |
|---|---|
| date | Thu, 10 Dec 2020 15:24:20 +0000 |
| parents | c4b44cb2f4f4 |
| children | 12b6574f1db0 |
comparison
equal
deleted
inserted
replaced
| 1:08367a86d95e | 2:2e4b9161ce40 |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
| 2 <macros> | 2 <macros> |
| 3 <token name="@WRAPPER_VERSION@">1.0</token> | 3 <token name="@WRAPPER_VERSION@">1.0</token> |
| 4 <token name="@PROFILE@">19.09</token> | 4 <token name="@PROFILE@">19.09</token> |
| 5 <xml name="param_input_type"> | |
| 6 <param name="input_type" type="select" label="Choose the category of the files to be analyzed"> | |
| 7 <option value="single" selected="true">Single files</option> | |
| 8 <option value="collection">Collections of files</option> | |
| 9 </param> | |
| 10 </xml> | |
| 11 <xml name="param_reference_source"> | 5 <xml name="param_reference_source"> |
| 12 <param name="reference_source" type="select" label="Choose the source for the reference genome"> | 6 <param name="reference_source" type="select" label="Choose the source for the reference genome"> |
| 13 <option value="cached" selected="true">locally cached</option> | 7 <option value="cached" selected="true">locally cached</option> |
| 14 <option value="history">from history</option> | 8 <option value="history">from history</option> |
| 15 </param> | 9 </param> |
