comparison poretools_squiggle.xml @ 2:26e6c9362b7b 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:56 +0000
parents 34553d0caa5e
children
comparison
equal deleted inserted replaced
1:34553d0caa5e 2:26e6c9362b7b
1 <?xml version="1.0"?> 1 <tool id="poretools_squiggle" name="Plot signals" version="@VERSION@.1" profile="@PROFILE@">
2 <tool id="poretools_squiggle" name="Plot signals" version="@VERSION@.1" profile="@profile@">
3 <description>for nanopore reads</description> 2 <description>for nanopore reads</description>
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
8 <command detect_errors="aggressive"> 8 <command detect_errors="aggressive">
9 <![CDATA[ 9 <![CDATA[
10 @MPLBACKEND@ 10 @MPLBACKEND@
11 poretools squiggle '$input' --saveas $extension --num-facets $num_facets $theme_bw 11 poretools squiggle '$input' --saveas $extension --num-facets $num_facets $theme_bw
12 ]]> 12 ]]>
13 </command> 13 </command>
14 <inputs> 14 <inputs>
15 <param name="input" type="data" format="h5,fast5.tar,fast5.tar.gz,fast5.tar.bz2" label="Input fast5 or archive of fast5 files" /> 15 <param name="input" type="data" format="h5,fast5.tar,fast5.tar.gz,fast5.tar.bz2" label="Input fast5 or archive of fast5 files" />
16 <expand macro="plot_options" /> 16 <expand macro="plot_options" />
17 <param name="num_facets" argument="--num-facets" type="integer" value="6" label="Number of plot facets" /> 17 <param argument="--num-facets" type="integer" value="6" label="Number of plot facets" />
18 </inputs> 18 </inputs>
19 <outputs> 19 <outputs>
20 <data format="txt" name="output"> 20 <data format="txt" name="output">
21 <discover_datasets pattern="__designation_and_ext__" directory="." visible="true" /> 21 <discover_datasets pattern="__designation_and_ext__" directory="." visible="true" />
22 </data> 22 </data>