Mercurial > repos > iuc > ncbi_eutils_efetch
comparison __efetch_build_options.py @ 5:e269b3b5185b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 15bcc5104c577b4b9c761f2854fc686c07ffa9db
| author | iuc |
|---|---|
| date | Thu, 07 Jul 2016 02:37:49 -0400 |
| parents | aa88712a7536 |
| children | 2ff5369b4b51 |
comparison
equal
deleted
inserted
replaced
| 4:c26d1863f3f3 | 5:e269b3b5185b |
|---|---|
| 208 <param name="output_format" type="select" label="Output Format"> | 208 <param name="output_format" type="select" label="Output Format"> |
| 209 {format_options} | 209 {format_options} |
| 210 </param> | 210 </param> |
| 211 </when>''' | 211 </when>''' |
| 212 | 212 |
| 213 FORMAT_OPTION_TPL = '''<option value="{name_type}">{name_type_human}</option>''' | 213 FORMAT_OPTION_TPL = '''<option value="{name_type}">{name_type_human}</option>''' |
| 214 | 214 |
| 215 format_names = {} | 215 format_names = {} |
| 216 | 216 |
| 217 print ''' <xml name="db"> | 217 print ''' <xml name="db"> |
| 218 <conditional name="db"> | 218 <conditional name="db"> |
