Mercurial > repos > richard-burhans > ncbi_egapx
changeset 37:bd764dc23da1 draft
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_egapx commit 3d4dfa91793b3c51c614242aa86d98b483ccfb45
author | richard-burhans |
---|---|
date | Thu, 19 Jun 2025 16:36:10 +0000 |
parents | 304fe17cd5b3 |
children | b0f07e3d6f07 |
files | macros.xml ncbi_egapx.xml |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Jun 18 19:45:34 2025 +0000 +++ b/macros.xml Thu Jun 19 16:36:10 2025 +0000 @@ -5,7 +5,7 @@ </requirements> </xml> <token name="@TOOL_VERSION@">0.3.2-alpha</token> - <token name="@VERSION_SUFFIX@">9</token> + <token name="@VERSION_SUFFIX@">10</token> <token name="@PROFILE@">23.0</token> <xml name="edam_ontology"> <edam_operations>
--- a/ncbi_egapx.xml Wed Jun 18 19:45:34 2025 +0000 +++ b/ncbi_egapx.xml Thu Jun 19 16:36:10 2025 +0000 @@ -150,9 +150,7 @@ <param name="uri" type="text" label="URI pointing to the reference genome FASTA file"/> </when> </conditional> - <param name="taxid" type="text" label="NCBI Taxon ID" help="Used to identify the HMM model files needed"> - <validator type="regex" message="Numeric">^[0-9]+$</validator> - </param> + <param name="taxid" type="integer" min="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>