Mercurial > repos > iuc > bamtools_split_ref
changeset 3:9b520009db81 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_split commit 862f05b5053f55def8007194a702019418697cb5
author | iuc |
---|---|
date | Fri, 13 Jan 2023 12:17:49 +0000 |
parents | 20ad2e231693 |
children | 9b8feb118f9e |
files | bamtools_split_ref.xml macros.xml test-data/bamtools-split-test1.bam |
diffstat | 3 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/bamtools_split_ref.xml Wed Jan 11 13:41:11 2023 +0000 +++ b/bamtools_split_ref.xml Fri Jan 13 12:17:49 2023 +0000 @@ -1,5 +1,5 @@ -<tool id="bamtools_split_ref" name="Split BAM by Reference" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> - <description>into dataset list collection</description> +<tool id="bamtools_split_ref" name="Split BAM by reference" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> + <description>into a dataset list collection</description> <macros> <import>macros.xml</import> </macros> @@ -93,8 +93,7 @@ .. class:: warningmark - In cases of unfinished genomes with very large number of reference sequences (scaffolds) - this could generate thousands (if not millions) of output datasets. +In cases of unfinished genomes with very large number of reference sequences (scaffolds) this could generate a collection with thousands (if not millions) of elements. -----
--- a/macros.xml Wed Jan 11 13:41:11 2023 +0000 +++ b/macros.xml Fri Jan 13 12:17:49 2023 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">2.5.2</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement>