Mercurial > repos > iuc > presto_filterseq
changeset 2:33a09d40751f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit 19e832988729a92be5426131fc6114e1f7237982"
author | iuc |
---|---|
date | Fri, 02 Jul 2021 15:28:51 +0000 |
parents | 85d929281435 |
children | 196b83ac37f2 |
files | presto_filterseq.xml presto_macros.xml |
diffstat | 2 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/presto_filterseq.xml Tue Jun 22 16:38:18 2021 +0000 +++ b/presto_filterseq.xml Fri Jul 02 15:28:51 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="presto_filterseq" name="pRESTO FilterSeq" version="@PRESTO_VERSION@"> +<tool id="presto_filterseq" name="pRESTO FilterSeq" version="@TOOL_VERSION@"> <description>Filters and/or masks reads based on length, quality, missing bases and repeats.</description> <macros>
--- a/presto_macros.xml Tue Jun 22 16:38:18 2021 +0000 +++ b/presto_macros.xml Fri Jul 02 15:28:51 2021 +0000 @@ -5,10 +5,12 @@ <yield /> </citations> </xml> + + <token name="@TOOL_VERSION@">0.6.2</token> <xml name="requirements"> <requirements> - <requirement type="package" version="0.6.2">presto</requirement> + <requirement type="package" version="@TOOL_VERSION@">presto</requirement> </requirements> </xml> @@ -38,9 +40,6 @@ <token name="@PRESTO_URL_BASE@">https://presto.readthedocs.io</token> - <!-- When modifying this file ensure that the version here matches the version above in requirements. --> - <token name="@PRESTO_VERSION@">0.5.4</token> - <token name="@HELP_NOTE@"><![CDATA[ ====