# HG changeset patch
# User iuc
# Date 1638007365 0
# Node ID c9fbbe6f5fc885c24ae45ab05cd03cf156815b2d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools_split commit 1cacd14cfb2429fefa91fdd05c82d2e36d23283a"
diff -r 000000000000 -r c9fbbe6f5fc8 bamtools_split_tag.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bamtools_split_tag.xml Sat Nov 27 10:02:45 2021 +0000
@@ -0,0 +1,71 @@
+
+ into dataset list collection
+
+ macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What is does**
+
+BAMTools split is a utility for splitting BAM files. It is based on BAMtools suite of tools by Derek Barnett (https://github.com/pezmaster31/bamtools).
+
+-----
+
+.. class:: warningmark
+
+**DANGER: Multiple Outputs**
+
+As described below, splitting a BAM dataset(s) on tag value can produce very large numbers of outputs. Read below and know what you are doing.
+
+-----
+
+**How it works**
+
+Split alignments by tag name into a dataset list collection.
+
+This can generate a huge number of output datasets depending on the number of distinct values of the TAG.
+
+
+-----
+
+.. class:: infomark
+
+**More information**
+
+Additional information about BAMtools can be found at https://github.com/pezmaster31/bamtools/wiki
+
+
+
+ 10.1093/bioinformatics/btr174
+
+
diff -r 000000000000 -r c9fbbe6f5fc8 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Sat Nov 27 10:02:45 2021 +0000
@@ -0,0 +1,16 @@
+
+
+ 2.5.1
+ 0
+
+
+ bamtools
+ samtools
+
+
+
+
+ 10.1093/bioinformatics/btr174
+
+
+
\ No newline at end of file
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools-input-paired.bam
Binary file test-data/bamtools-input-paired.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools-input-tags.bam
Binary file test-data/bamtools-input-tags.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools-input1.bam
Binary file test-data/bamtools-input1.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools-input2.bam
Binary file test-data/bamtools-input2.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools-split-test1.bam
Binary file test-data/bamtools-split-test1.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools_input2.chr1
Binary file test-data/bamtools_input2.chr1 has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools_input_tags.TAG_XG_N.bam
Binary file test-data/bamtools_input_tags.TAG_XG_N.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/bamtools_input_tags.TAG_XG_V.bam
Binary file test-data/bamtools_input_tags.TAG_XG_V.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/split_bam.MAPPED.bam
Binary file test-data/split_bam.MAPPED.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/split_bam.PAIRED_END.bam
Binary file test-data/split_bam.PAIRED_END.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/split_bam.SINGLE_END.bam
Binary file test-data/split_bam.SINGLE_END.bam has changed
diff -r 000000000000 -r c9fbbe6f5fc8 test-data/split_bam.UNMAPPED.bam
Binary file test-data/split_bam.UNMAPPED.bam has changed