Mercurial > repos > iuc > poretools_hist
diff 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 |
line wrap: on
line diff
--- a/poretools_hist.xml Sun Jan 19 09:06:53 2020 -0500 +++ b/poretools_hist.xml Fri Sep 27 07:51:47 2024 +0000 @@ -1,9 +1,9 @@ -<?xml version="1.0"?> -<tool id="poretools_hist" name="Generate histogram" version="@VERSION@.1"> +<tool id="poretools_hist" name="Generate histogram" version="@VERSION@.1" profile="@PROFILE@"> <description>of nanopore read lengths</description> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements" /> <command detect_errors="aggressive"> <![CDATA[ @@ -15,7 +15,7 @@ <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" /> <expand macro="length_options" /> - <param name="num_bins" argument="--num-bins" type="integer" value="50" label="Number of bins in the histogram" /> + <param argument="--num-bins" type="integer" value="50" label="Number of bins in the histogram" /> </inputs> <outputs> <expand macro="image_output" />