| Previous changeset 10:2a9afed42353 (2025-02-08) Next changeset 12:9eab750c367d (2025-12-08) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 31f8ad027746b7d73f809f2ada99d8d4a12ab386 |
|
modified:
nanoplot.xml |
| b |
| diff -r 2a9afed42353 -r 025139097795 nanoplot.xml --- a/nanoplot.xml Sat Feb 08 15:12:07 2025 +0000 +++ b/nanoplot.xml Thu Aug 21 08:53:40 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.1</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 |