Mercurial > repos > iuc > beacon2_range
changeset 1:6b2ef850f7af draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit 23f6d9e5e91c43d5ab68e604205e06785635f42f
| author | iuc |
|---|---|
| date | Mon, 19 Aug 2024 10:49:32 +0000 |
| parents | 36cd015a8eea |
| children | efc729d8540d |
| files | macros.xml range.xml |
| diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon Jul 22 12:34:31 2024 +0000 +++ b/macros.xml Mon Aug 19 10:49:32 2024 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@VERSION_SUFFIX@">0</token> - <token name="@TOOL_VERSION@">2.2.1</token> + <token name="@TOOL_VERSION@">2.2.3</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">beacon2-import</requirement>
--- a/range.xml Mon Jul 22 12:34:31 2024 +0000 +++ b/range.xml Mon Aug 19 10:49:32 2024 +0000 @@ -56,11 +56,11 @@ <tests> <test expect_num_outputs="1"> <param name="database" value="beacon" /> - <param name="collection" value="genomicVariations" /> + <param name="collection" value="test" /> <param name="db_host" value="20.108.51.167" /> - <param name="start" value="131836" /> - <param name="end" value="131837" /> - <param name="variantType" value="SNP" /> + <param name="start" value="12345" /> + <param name="end" value="67900" /> + <param name="variantType" value="SNV" /> <output name="out_ranged_query"> <assert_contents><has_text_matching expression="_id"/></assert_contents> </output>
