Mercurial > repos > iuc > sra_tools
changeset 33:6591f049cf7e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 09541df3d3341a9ca442161117fa0e577d0d0bd5
author | iuc |
---|---|
date | Wed, 25 Oct 2023 20:02:46 +0000 |
parents | fb723c531be5 |
children | e407b9da183a |
files | macros.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Oct 25 07:10:06 2023 +0000 +++ b/macros.xml Wed Oct 25 20:02:46 2023 +0000 @@ -116,7 +116,7 @@ <param name="minMapq" type="integer" min="0" max="42" label="Minimum mapping quality" optional="true" help="Minimum mapping quality an alignment has to have, to be dumped." argument="--min-mapq"/> </macro> <macro name="region"> - <param format="text" name="region" type="text" label="aligned region" optional="true" + <param name="region" type="text" label="aligned region" optional="true" help="Filter by position on genome. Can be either accession.version (ex: NC_000001.10), chromosome name (ex:chr1 or 1) or 1-based coordinates (ex: chr1:1-101)." argument="--aligned-region"/> </macro> <macro name="matepairDist">