changeset 1:9135f3e914b7 draft default tip

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:54:54 +0000
parents 8e949a739eaa
children
files gene.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gene.xml	Mon Jul 22 12:36:40 2024 +0000
+++ b/gene.xml	Mon Aug 19 10:54:54 2024 +0000
@@ -50,12 +50,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="geneId" value="OR4F5-LOC729737" />
-            <param name="alternateBases" value="A" />
-            <param name="variantType" value="SNP" />
-            <param name="aminoacidChange" value="." />
+            <param name="geneId" value="BRCA1" />
+            <param name="variantType" value="SNV" />
+            <param name="aminoacidChange" value="p.Val600Glu" />
             <output name="out_gene_query">
                 <assert_contents><has_text_matching expression="_id"/></assert_contents>
             </output>
--- a/macros.xml	Mon Jul 22 12:36:40 2024 +0000
+++ b/macros.xml	Mon Aug 19 10:54:54 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>