diff poretools_qualpos.xml @ 3:6dfcd712294c 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:44 +0000
parents 01a6b18b0a77
children
line wrap: on
line diff
--- a/poretools_qualpos.xml	Wed Sep 01 08:01:24 2021 +0000
+++ b/poretools_qualpos.xml	Fri Sep 27 07:42:44 2024 +0000
@@ -1,10 +1,9 @@
-<?xml version="1.0"?>
-<tool id="poretools_qualpos" name="Generate box-whisker" version="@VERSION@.1">
+<tool id="poretools_qualpos" name="Generate box-whisker" version="@VERSION@.1" profile="@PROFILE@">
     <description>plot of quality score distribution over positions 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[
@@ -14,13 +13,9 @@
     </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" />
-        <expand macro="plot_options">
-            <option value="pdf">PDF</option>
-            <option value="svg">SVG</option>
-        </expand>
-        <param name="theme_bw" argument="--theme-bw" type="boolean" truevalue="--theme-bw" falsevalue="" label="Use a monochrome color " />
+        <expand macro="plot_options"/>
         <expand macro="length_options" />
-        <param name="bin_width" argument="--bin-width" type="integer" value="1000" label="The width of bins" />
+        <param argument="--bin-width" type="integer" value="1000" label="The width of bins" />
     </inputs>
     <outputs>
         <expand macro="image_output">