diff poretools_occupancy.xml @ 2:0433aad600e9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
author iuc
date Fri, 27 Sep 2024 07:56:10 +0000
parents 338d15b8d6fb
children
line wrap: on
line diff
--- a/poretools_occupancy.xml	Sun Jan 19 09:09:55 2020 -0500
+++ b/poretools_occupancy.xml	Fri Sep 27 07:56:10 2024 +0000
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<tool id="poretools_occupancy" name="Plot performance" version="@VERSION@.1">
+<tool id="poretools_occupancy" name="Plot performance" version="@VERSION@.1" profile="@PROFILE@">
     <description>per cell in nanopore reads</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements" />
     <command detect_errors="aggressive">
     <![CDATA[
@@ -23,7 +23,7 @@
             <option value="pdf">PDF</option>
             <option value="svg">SVG</option>
         </param>
-        <param name="plot_type" argument="--plot-type" type="select" label="Plot type to generate">
+        <param argument="--plot-type" type="select" label="Plot type to generate">
             <option value="read_count">Read count</option>
             <option value="total_bp">Total base pairs</option>
         </param>