changeset 9:37d67c252fed draft default tip

planemo upload for repository https://github.com/vgl-hub/rdeval commit f7426da9edc9e2d60f52789c0abe5e590994855f
author richard-burhans
date Thu, 10 Jul 2025 18:59:09 +0000
parents fdad714d7caf
children
files macros.xml rdeval.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Fri May 09 18:26:47 2025 +0000
+++ b/macros.xml	Thu Jul 10 18:59:09 2025 +0000
@@ -5,7 +5,7 @@
         </requirements>
     </xml>
     <token name="@TOOL_VERSION@">0.0.7</token>
-    <token name="@VERSION_SUFFIX@">4</token>
+    <token name="@VERSION_SUFFIX@">5</token>
     <token name="@PROFILE@">23.02</token>
     <xml name="citations">
         <citations>
--- a/rdeval.xml	Fri May 09 18:26:47 2025 +0000
+++ b/rdeval.xml	Thu Jul 10 18:59:09 2025 +0000
@@ -30,7 +30,7 @@
     #for $input in $mangled_inputs
         '$input'
     #end for
-	#if $expected_gsize
+	#if int($expected_gsize) != 0
 		'$expected_gsize'
 	#end if
 	#if $input_filter.include_list
@@ -87,7 +87,7 @@
 	]]></command>
     <inputs>
         <param argument="--input-reads" type="data" format="bam,cram,fasta,fasta.gz,fastq,fastq.gz" multiple="true" label="Input dataset" help="BAM, CRAM, FASTA, FASTQ, or RD files"/>
-        <param name="expected_gsize" type="integer" label="Expected Genome Size" optional="true" help="Integer (e.g., 3000000000 for human)."/>
+        <param name="expected_gsize" type="integer" min="0" value="0" optional="true" label="Expected Genome Size" help="Integer (e.g., 3000000000 for human)."/>
         <section name="input_filter" title="Filter input reads" expanded="false">
             <param argument="--include-list" type="data" format="txt" optional="true" label="File containing headers to include"/>
             <param argument="--exclude-list" type="data" format="txt" optional="true" label="File containing headers to exclude"/>