Repository 'bamtools_split_tag'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bamtools_split_tag

Changeset 1:45f0ce0a9f63 (2023-01-11)
Previous changeset 0:c9fbbe6f5fc8 (2021-11-27) Next changeset 2:e30af4e78cd3 (2023-01-13)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools_split commit a14db40361bcb2ee608bccd9222e1654aaea3324-dirty
modified:
macros.xml
added:
test-data/bamtools_input2.chr21.bam
test-data/bamtools_input2.header.bam
b
diff -r c9fbbe6f5fc8 -r 45f0ce0a9f63 macros.xml
--- a/macros.xml Sat Nov 27 10:02:45 2021 +0000
+++ b/macros.xml Wed Jan 11 13:37:55 2023 +0000
b
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">2.5.1</token>
+    <token name="@TOOL_VERSION@">2.5.2</token>
     <token name="@VERSION_SUFFIX@">0</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>
b
diff -r c9fbbe6f5fc8 -r 45f0ce0a9f63 test-data/bamtools_input2.chr21.bam
b
Binary file test-data/bamtools_input2.chr21.bam has changed
b
diff -r c9fbbe6f5fc8 -r 45f0ce0a9f63 test-data/bamtools_input2.header.bam
b
Binary file test-data/bamtools_input2.header.bam has changed