| Previous changeset 8:37a40027ae60 (2025-02-08) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/nanoplot commit 1bd8a877b98f66da45334c9d6f5fb878e3774d99 |
|
modified:
nanoplot.xml |
| b |
| diff -r 37a40027ae60 -r 0215fd8a5ea0 nanoplot.xml --- a/nanoplot.xml Sat Feb 08 15:11:56 2025 +0000 +++ b/nanoplot.xml Mon Dec 08 12:29:13 2025 +0000 |
| b |
| @@ -1,7 +1,8 @@ -<tool id="nanoplot" name="NanoPlot" version="@TOOL_VERSION@+galaxy0" profile="22.05"> +<tool id="nanoplot" name="NanoPlot" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>Plotting suite for Oxford Nanopore sequencing data and alignments</description> <macros> - <token name="@TOOL_VERSION@">1.44.1</token> + <token name="@TOOL_VERSION@">1.46.2</token> + <token name="@PROFILE@">22.05</token> </macros> <xrefs> <xref type="bio.tools">nanoplot</xref> @@ -34,7 +35,7 @@ NanoPlot --threads \${GALAXY_SLOTS:-4} --tsv_stats - --no_static + --only-report --$mode.reads.type ${' '.join($reads_temp)} #if $filter.maxlength --maxlength $filter.maxlength |