Previous changeset 6:554c807c6503 (2021-10-06) Next changeset 8:ad1e5225bca4 (2023-01-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit dc7c7e808d6482dd32f6bc0d9c14ac83007ca425" |
modified:
generate_macros_xml.pl macros.xml |
b |
diff -r 554c807c6503 -r 9a9c5027ea7c generate_macros_xml.pl --- a/generate_macros_xml.pl Wed Oct 06 07:58:26 2021 +0000 +++ b/generate_macros_xml.pl Sat Nov 27 09:53:08 2021 +0000 |
b |
@@ -598,7 +598,7 @@ <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"/> </when> <when value="id_file"> - <param label="ID File (Text)" name="id_file" type="data" format="text,tabular" help="A Text file containing one ID per line"/> + <param label="ID File (Text)" name="id_file" type="data" format="txt,tabular" help="A Text file containing one ID per line"/> </when> <when value="id_xml"> <param label="ID File (XML)" name="id_xml" type="data" format="xml" help="ESearch or ELink Result XML file"/> |
b |
diff -r 554c807c6503 -r 9a9c5027ea7c macros.xml --- a/macros.xml Wed Oct 06 07:58:26 2021 +0000 +++ b/macros.xml Sat Nov 27 09:53:08 2021 +0000 |
b |
@@ -1,7 +1,9 @@ <?xml version="1.0"?> <macros> <token name="@PROFILE@">18.01</token> - <token name="@WRAPPER_VERSION@">1.70</token> + <token name="@TOOL_VERSION@">1.70</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token> <token name="@EMAIL_ARGUMENTS@"> --user_email "$__user_email__" #set admin_emails = ';'.join(str($__admin_users__).split(',')) @@ -118,7 +120,7 @@ <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"/> </when> <when value="id_file"> - <param label="ID File (Text)" name="id_file" type="data" format="text,tabular" help="A Text file containing one ID per line"/> + <param label="ID File (Text)" name="id_file" type="data" format="txt,tabular" help="A Text file containing one ID per line"/> </when> <when value="id_xml"> <param label="ID File (XML)" name="id_xml" type="data" format="xml" help="ESearch or ELink Result XML file"/> @@ -145,7 +147,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="3">python</requirement> - <requirement type="package" version="1.70">biopython</requirement> + <requirement type="package" version="@TOOL_VERSION@">biopython</requirement> </requirements> </xml> <token name="@EFETCH_FORMAT_TOKEN@"> |