diff poretools_yield_plot.xml @ 3:2dc2270d105b 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:42:07 +0000
parents d4bbe0275728
children
line wrap: on
line diff
--- a/poretools_yield_plot.xml	Wed Sep 01 08:02:33 2021 +0000
+++ b/poretools_yield_plot.xml	Fri Sep 27 07:42:07 2024 +0000
@@ -1,10 +1,9 @@
-<?xml version="1.0"?>
-<tool id="poretools_yield_plot" name="Collector’s curve" version="@VERSION@.1">
+<tool id="poretools_yield_plot" name="Collector’s curve" version="@VERSION@.1" profile="@PROFILE@">
     <description>of sequencing yield over time</description>
-    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements"/>
     <command detect_errors="aggressive">
     <![CDATA[
@@ -19,7 +18,7 @@
     </command>
     <inputs>
         <param name="input" type="data" format="h5,fast5.tar,fast5.tar.gz,fast5.tar.bz2" label="Input fast5 or archive of fast5 files" />
-        <param name="plot_type" argument="--plot-type" type="select" label="Plot reads or base pairs">
+        <param argument="--plot-type" type="select" label="Plot reads or base pairs">
             <option value="reads">Reads</option>
             <option value="basepairs">Base pairs</option>
         </param>