Mercurial > repos > iuc > poretools_hist
comparison poretools_hist.xml @ 2:d1805f9c4c82 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:51:47 +0000 |
parents | 5a82eb9e1b89 |
children |
comparison
equal
deleted
inserted
replaced
1:5a82eb9e1b89 | 2:d1805f9c4c82 |
---|---|
1 <?xml version="1.0"?> | 1 <tool id="poretools_hist" name="Generate histogram" version="@VERSION@.1" profile="@PROFILE@"> |
2 <tool id="poretools_hist" name="Generate histogram" version="@VERSION@.1"> | |
3 <description>of nanopore read lengths</description> | 2 <description>of nanopore read lengths</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 hist '$input' --saveas histogram.$extension --min-length $min_length --max-length $max_length --num-bins $num_bins $theme_bw && mv histogram.$extension '$output' | 11 poretools hist '$input' --saveas histogram.$extension --min-length $min_length --max-length $max_length --num-bins $num_bins $theme_bw && mv histogram.$extension '$output' |
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 <expand macro="length_options" /> | 17 <expand macro="length_options" /> |
18 <param name="num_bins" argument="--num-bins" type="integer" value="50" label="Number of bins in the histogram" /> | 18 <param argument="--num-bins" type="integer" value="50" label="Number of bins in the histogram" /> |
19 </inputs> | 19 </inputs> |
20 <outputs> | 20 <outputs> |
21 <expand macro="image_output" /> | 21 <expand macro="image_output" /> |
22 </outputs> | 22 </outputs> |
23 <tests> | 23 <tests> |