diff poretools_occupancy.xml @ 3:622ffaa195ee 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:44:48 +0000
parents 0b5cfa9e7418
children
line wrap: on
line diff
--- a/poretools_occupancy.xml	Wed Sep 01 08:06:30 2021 +0000
+++ b/poretools_occupancy.xml	Fri Sep 27 07:44:48 2024 +0000
@@ -1,10 +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>
-    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements" />
     <command detect_errors="aggressive">
     <![CDATA[
@@ -24,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>