Mercurial > repos > iuc > pretext_map
changeset 5:2b16ba799da9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 2743362d5b18e0972fafba54acc522be69a05c61"
author | iuc |
---|---|
date | Fri, 19 Nov 2021 23:20:51 +0000 |
parents | bbe19ef04a74 |
children | dfb8a4497339 |
files | pretext_map.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pretext_map.xml Thu Nov 11 15:05:34 2021 +0000 +++ b/pretext_map.xml Fri Nov 19 23:20:51 2021 +0000 @@ -2,7 +2,7 @@ <description>converts SAM or BAM files into genome contact maps</description> <macros> <token name="@TOOL_VERSION@">0.1.8</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">pretextmap</requirement> @@ -45,13 +45,13 @@ <when value="length"> <param argument="--sortorder" type="select" label="Sort order: "> <option value="ascend">Ascending</option> - <option value="decend">Decending</option> + <option value="descend">Descending</option> </param> </when> <when value="name"> <param argument="--sortorder" type="select" label="Sort order: "> <option value="ascend">Ascending</option> - <option value="descend">Decending</option> + <option value="descend">Descending</option> </param> </when> </conditional>