Mercurial > repos > richard-burhans > rdeval
changeset 10:f109ce5dbfe2 draft default tip
planemo upload for repository https://github.com/vgl-hub/rdeval commit a424fbc2d1bf459e5c491da0267d622b9400f813
| author | richard-burhans |
|---|---|
| date | Wed, 05 Nov 2025 16:17:02 +0000 |
| parents | 37d67c252fed |
| children | |
| files | macros.xml rdeval.xml |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Jul 10 18:59:09 2025 +0000 +++ b/macros.xml Wed Nov 05 16:17:02 2025 +0000 @@ -5,7 +5,7 @@ </requirements> </xml> <token name="@TOOL_VERSION@">0.0.7</token> - <token name="@VERSION_SUFFIX@">5</token> + <token name="@VERSION_SUFFIX@">6</token> <token name="@PROFILE@">23.02</token> <xml name="citations"> <citations>
--- a/rdeval.xml Thu Jul 10 18:59:09 2025 +0000 +++ b/rdeval.xml Wed Nov 05 16:17:02 2025 +0000 @@ -80,7 +80,9 @@ #else if $output_type == "combined_reads" -o 'output.${output_options.output_type.format_selector}' #end if + #if $output_options.verbose --verbose + #end if --tabular --threads \${GALAXY_SLOTS:-2} > '$stats_outfile' @@ -164,6 +166,7 @@ </when> </conditional> <section name="output_options" title="Output options"> + <param argument="--verbose" type="boolean" checked="false" label="Verbose output" help="Enable verbose logging"/> <conditional name="stats_flavor"> <param name="flavor_selector" type="select" label="Stats output"> <option value="stats" selected="true">Stats</option>
