comparison 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
comparison
equal deleted inserted replaced
2:0b5cfa9e7418 3:622ffaa195ee
1 <?xml version="1.0"?> 1 <tool id="poretools_occupancy" name="Plot performance" version="@VERSION@.1" profile="@PROFILE@">
2 <tool id="poretools_occupancy" name="Plot performance" version="@VERSION@.1">
3 <description>per cell in nanopore reads</description> 2 <description>per cell in nanopore reads</description>
4 <expand macro="bio_tools"/>
5 <macros> 3 <macros>
6 <import>macros.xml</import> 4 <import>macros.xml</import>
7 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
8 <expand macro="requirements" /> 7 <expand macro="requirements" />
9 <command detect_errors="aggressive"> 8 <command detect_errors="aggressive">
10 <![CDATA[ 9 <![CDATA[
11 @MPLBACKEND@ 10 @MPLBACKEND@
12 poretools occupancy 11 poretools occupancy
22 <param name="extension" type="select" label="File format for histogram"> 21 <param name="extension" type="select" label="File format for histogram">
23 <option value="png">PNG</option> 22 <option value="png">PNG</option>
24 <option value="pdf">PDF</option> 23 <option value="pdf">PDF</option>
25 <option value="svg">SVG</option> 24 <option value="svg">SVG</option>
26 </param> 25 </param>
27 <param name="plot_type" argument="--plot-type" type="select" label="Plot type to generate"> 26 <param argument="--plot-type" type="select" label="Plot type to generate">
28 <option value="read_count">Read count</option> 27 <option value="read_count">Read count</option>
29 <option value="total_bp">Total base pairs</option> 28 <option value="total_bp">Total base pairs</option>
30 </param> 29 </param>
31 </inputs> 30 </inputs>
32 <outputs> 31 <outputs>