Mercurial > repos > devteam > bamtools_filter
changeset 10:108db6635177 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_filter commit 862f05b5053f55def8007194a702019418697cb5
author | iuc |
---|---|
date | Fri, 13 Jan 2023 12:17:39 +0000 |
parents | 1dfd95ee241e |
children | 993b19f20c76 |
files | bamtools-filter.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/bamtools-filter.xml Sat Nov 27 10:02:24 2021 +0000 +++ b/bamtools-filter.xml Fri Jan 13 12:17:39 2023 +0000 @@ -1,5 +1,5 @@ -<tool id="bamFilter" name="Filter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> - <description>BAM datasets on a variety of attributes</description> +<tool id="bamFilter" name="Filter BAM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> + <description>datasets on a variety of attributes</description> <macros> <import>macros.xml</import> </macros>
--- a/macros.xml Sat Nov 27 10:02:24 2021 +0000 +++ b/macros.xml Fri Jan 13 12:17:39 2023 +0000 @@ -1,11 +1,11 @@ <?xml version="1.0"?> <macros> - <token name="@TOOL_VERSION@">2.5.1</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@TOOL_VERSION@">2.5.2</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement> - <requirement type="package" version="1.4.1">samtools</requirement> + <yield /> </requirements> </xml> <xml name="citations"> @@ -13,4 +13,4 @@ <citation type="doi">10.1093/bioinformatics/btr174</citation> </citations> </xml> -</macros> \ No newline at end of file +</macros>