Mercurial > repos > iuc > ncbi_eutils_esummary
comparison macros.xml @ 7:82e10809842f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit dc7c7e808d6482dd32f6bc0d9c14ac83007ca425"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 09:51:18 +0000 |
parents | 254f40d3ae2b |
children | 7fe990069458 |
comparison
equal
deleted
inserted
replaced
6:a4c38f10eec9 | 7:82e10809842f |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 <token name="@PROFILE@">18.01</token> | 3 <token name="@PROFILE@">18.01</token> |
4 <token name="@WRAPPER_VERSION@">1.70</token> | 4 <token name="@TOOL_VERSION@">1.70</token> |
5 <token name="@VERSION_SUFFIX@">2</token> | |
6 <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token> | |
5 <token name="@EMAIL_ARGUMENTS@"> | 7 <token name="@EMAIL_ARGUMENTS@"> |
6 --user_email "$__user_email__" | 8 --user_email "$__user_email__" |
7 #set admin_emails = ';'.join(str($__admin_users__).split(',')) | 9 #set admin_emails = ';'.join(str($__admin_users__).split(',')) |
8 --admin_email "$admin_emails" | 10 --admin_email "$admin_emails" |
9 </token> | 11 </token> |
116 </when> | 118 </when> |
117 <when value="history_xml"> | 119 <when value="history_xml"> |
118 <param label="History File (XML)" name="history_xml" type="data" format="xml" help="An XML file containing the WebEnv ID and Query Key referencing the search on the NCBI history server"/> | 120 <param label="History File (XML)" name="history_xml" type="data" format="xml" help="An XML file containing the WebEnv ID and Query Key referencing the search on the NCBI history server"/> |
119 </when> | 121 </when> |
120 <when value="id_file"> | 122 <when value="id_file"> |
121 <param label="ID File (Text)" name="id_file" type="data" format="text,tabular" help="A Text file containing one ID per line"/> | 123 <param label="ID File (Text)" name="id_file" type="data" format="txt,tabular" help="A Text file containing one ID per line"/> |
122 </when> | 124 </when> |
123 <when value="id_xml"> | 125 <when value="id_xml"> |
124 <param label="ID File (XML)" name="id_xml" type="data" format="xml" help="ESearch or ELink Result XML file"/> | 126 <param label="ID File (XML)" name="id_xml" type="data" format="xml" help="ESearch or ELink Result XML file"/> |
125 </when> | 127 </when> |
126 <when value="id_json"> | 128 <when value="id_json"> |
143 </citations> | 145 </citations> |
144 </xml> | 146 </xml> |
145 <xml name="requirements"> | 147 <xml name="requirements"> |
146 <requirements> | 148 <requirements> |
147 <requirement type="package" version="3">python</requirement> | 149 <requirement type="package" version="3">python</requirement> |
148 <requirement type="package" version="1.70">biopython</requirement> | 150 <requirement type="package" version="@TOOL_VERSION@">biopython</requirement> |
149 </requirements> | 151 </requirements> |
150 </xml> | 152 </xml> |
151 <token name="@EFETCH_FORMAT_TOKEN@"> | 153 <token name="@EFETCH_FORMAT_TOKEN@"> |
152 <![CDATA[ | 154 <![CDATA[ |
153 | 155 |