changeset 38:b0f07e3d6f07 draft default tip

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_egapx commit 401ccc2c1ab4b7f894885eea1f9653f6c566f241
author richard-burhans
date Thu, 19 Jun 2025 21:31:50 +0000
parents bd764dc23da1
children
files macros.xml ncbi_egapx.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu Jun 19 16:36:10 2025 +0000
+++ b/macros.xml	Thu Jun 19 21:31:50 2025 +0000
@@ -1,10 +1,10 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <container type="docker">quay.io/galaxy/egapx:@TOOL_VERSION@</container>
+            <container type="docker">quay.io/galaxy/egapx:@TOOL_VERSION@-alpha</container>
         </requirements>
     </xml>
-    <token name="@TOOL_VERSION@">0.3.2-alpha</token>
+    <token name="@TOOL_VERSION@">0.3.2</token>
     <token name="@VERSION_SUFFIX@">10</token>
     <token name="@PROFILE@">23.0</token>
     <xml name="edam_ontology">
--- a/ncbi_egapx.xml	Thu Jun 19 16:36:10 2025 +0000
+++ b/ncbi_egapx.xml	Thu Jun 19 21:31:50 2025 +0000
@@ -150,7 +150,7 @@
                         <param name="uri" type="text" label="URI pointing to the reference genome FASTA file"/>
                     </when>
                 </conditional>
-                <param name="taxid" type="integer" min="0" label="NCBI Taxon ID" help="Used to identify the HMM model files needed"/>
+                <param name="taxid" type="integer" min="0" value="0" label="NCBI Taxon ID" help="Used to identify the HMM model files needed"/>
                 <conditional name="cond_rnaseq_style">
                     <param name="rnaseq_style" type="select" label="RNA sequence data source" help="Select RNAseq input data from history or input a list of SRA identifiers or remote URI">
                         <option value="history" selected="True">Select one or more RNA-seq fastq datasets from the current history</option>