# HG changeset patch # User iuc # Date 1638007390 0 # Node ID 2ed961caae0a16643dd0d3f3c9ba1fa0dff16588 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools_split commit 1cacd14cfb2429fefa91fdd05c82d2e36d23283a" diff -r 000000000000 -r 2ed961caae0a bamtools_split_mapped.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bamtools_split_mapped.xml Sat Nov 27 10:03:10 2021 +0000 @@ -0,0 +1,56 @@ + + + + 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 + + +**How it works** + +Splits the input BAM file into 2 output files named (MAPPED) and (UNMAPPED) containing mapped and unmapped reads, respectively. + +----- + +.. 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 2ed961caae0a macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sat Nov 27 10:03:10 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 2ed961caae0a test-data/bamtools-input-paired.bam Binary file test-data/bamtools-input-paired.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/bamtools-input-tags.bam Binary file test-data/bamtools-input-tags.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/bamtools-input1.bam Binary file test-data/bamtools-input1.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/bamtools-input2.bam Binary file test-data/bamtools-input2.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/bamtools-split-test1.bam Binary file test-data/bamtools-split-test1.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/bamtools_input2.chr1 Binary file test-data/bamtools_input2.chr1 has changed diff -r 000000000000 -r 2ed961caae0a 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 2ed961caae0a 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 2ed961caae0a test-data/split_bam.MAPPED.bam Binary file test-data/split_bam.MAPPED.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/split_bam.PAIRED_END.bam Binary file test-data/split_bam.PAIRED_END.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/split_bam.SINGLE_END.bam Binary file test-data/split_bam.SINGLE_END.bam has changed diff -r 000000000000 -r 2ed961caae0a test-data/split_bam.UNMAPPED.bam Binary file test-data/split_bam.UNMAPPED.bam has changed