Mercurial > repos > iuc > ncbi_eutils_esummary
comparison esummary.xml @ 9:4dc2757b8ce6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 851b88d92fa7740880a5edf407f629bf3f7f7bf0
author | iuc |
---|---|
date | Fri, 04 Oct 2024 14:36:18 +0000 |
parents | 254f40d3ae2b |
children |
comparison
equal
deleted
inserted
replaced
8:7fe990069458 | 9:4dc2757b8ce6 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool id="ncbi_eutils_esummary" name="NCBI ESummary" version="@WRAPPER_VERSION@" profile="@PROFILE@"> | 1 <tool id="ncbi_eutils_esummary" name="NCBI ESummary" version="@WRAPPER_VERSION@" profile="@PROFILE@"> |
3 <description>fetch summary of history/ids</description> | 2 <description>fetch summary of history/ids</description> |
4 <macros> | 3 <macros> |
5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
6 </macros> | 5 </macros> |
57 <discover_datasets pattern="__designation_and_ext__" directory="downloads"/> | 56 <discover_datasets pattern="__designation_and_ext__" directory="downloads"/> |
58 <filter>query_source['qss'] == 'history_json' or query_source['qss'] == 'history_xml'</filter> | 57 <filter>query_source['qss'] == 'history_json' or query_source['qss'] == 'history_xml'</filter> |
59 </collection> | 58 </collection> |
60 </outputs> | 59 </outputs> |
61 <tests> | 60 <tests> |
62 <test> | 61 <test expect_num_outputs="1"> |
63 <param name="qss" value="id_list"/> | 62 <param name="qss" value="id_list"/> |
64 <param name="id_list" value="10239"/> | 63 <param name="id_list" value="10239"/> |
65 <param name="db_select" value="taxonomy"/> | 64 <param name="db_select" value="taxonomy"/> |
66 <param name="retstart" value="0"/> | 65 <param name="retstart" value="0"/> |
67 <param name="retmax" value="100000"/> | 66 <param name="retmax" value="100000"/> |