Mercurial > repos > iuc > nanoplot
changeset 9:0215fd8a5ea0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/nanoplot commit 1bd8a877b98f66da45334c9d6f5fb878e3774d99
| author | iuc |
|---|---|
| date | Mon, 08 Dec 2025 12:29:13 +0000 |
| parents | 37a40027ae60 |
| children | |
| files | nanoplot.xml |
| diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/nanoplot.xml Sat Feb 08 15:11:56 2025 +0000 +++ b/nanoplot.xml Mon Dec 08 12:29:13 2025 +0000 @@ -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
