Previous changeset 2:20ad2e231693 (2023-01-11) Next changeset 4:9b8feb118f9e (2024-03-15) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_split commit 862f05b5053f55def8007194a702019418697cb5 |
modified:
bamtools_split_ref.xml macros.xml |
removed:
test-data/bamtools-split-test1.bam |
b |
diff -r 20ad2e231693 -r 9b520009db81 bamtools_split_ref.xml --- 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 |
b |
@@ -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. ----- |
b |
diff -r 20ad2e231693 -r 9b520009db81 macros.xml --- a/macros.xml Wed Jan 11 13:41:11 2023 +0000 +++ b/macros.xml Fri Jan 13 12:17:49 2023 +0000 |
b |
@@ -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> |
b |
diff -r 20ad2e231693 -r 9b520009db81 test-data/bamtools-split-test1.bam |
b |
Binary file test-data/bamtools-split-test1.bam has changed |