changeset 5:320f7746b9f5 draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bamparse commit d520bdab019f9afc3f78912bfbd174909114da4f
author artbio
date Wed, 11 Oct 2023 01:59:32 +0000
parents 1997af8f4648
children
files bamparse.xml
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/bamparse.xml	Thu Jul 20 00:32:36 2023 +0000
+++ b/bamparse.xml	Wed Oct 11 01:59:32 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="bamparse" name="Count alignments" version="4.1.0">
+<tool id="bamparse" name="Count alignments" version="4.1.1">
     <description>in a BAM file</description>
     <requirements>
             <requirement type="package" version="0.21.0=py310h41dec4a_1">pysam</requirement>
@@ -67,7 +67,7 @@
             <param name="input_list" value="alignment1.bam,alignment2.bam" ftype="bam" />
             <param name="polarity" value="both" />
             <param name="output_option" value="unique" />
-            <output name="table" ftype="tabular" file="table.tabular" count="1"/>
+            <output name="table" ftype="tabular" file="table.tabular" />
         </test>
         <test expect_num_outputs="1">
             <param name="input_list" value="alignment1.bam,alignment2.bam" ftype="bam" />
@@ -82,13 +82,13 @@
             <param name="input_list" value="alignment1.bam,alignment2.bam" ftype="bam" />
             <param name="polarity" value="sense" />
             <param name="output_option" value="unique" />
-            <output name="table" ftype="tabular" file="table.tabular" count="1"/>
+            <output name="table" ftype="tabular" file="table.tabular" />
         </test>
         <test expect_num_outputs="1">
             <param name="input_list" value="alignment1.bam,alignment2.bam" ftype="bam" />
             <param name="polarity" value="antisense" />
             <param name="output_option" value="unique" />
-            <output name="table" ftype="tabular" file="table_antisense.tabular" count="1"/>
+            <output name="table" ftype="tabular" file="table_antisense.tabular" />
         </test>
 
         <test expect_num_outputs="1">
@@ -105,13 +105,13 @@
             <param name="input_list" value="input1.bam,input2.bam,input_new2.bam" ftype="bam" />
             <param name="polarity" value="sense" />
             <param name="output_option" value="unique" />
-            <output name="table" ftype="tabular" file="more_sense_table.tabular" count="1"/>
+            <output name="table" ftype="tabular" file="more_sense_table.tabular" />
         </test>
         <test expect_num_outputs="1">
             <param name="input_list" value="input1.bam,input2.bam,input_new2.bam" ftype="bam" />
             <param name="polarity" value="antisense" />
             <param name="output_option" value="unique" />
-            <output name="table" ftype="tabular" file="more_antisense_table.tabular" count="1"/>
+            <output name="table" ftype="tabular" file="more_antisense_table.tabular" />
         </test>
     </tests>
     <help>
@@ -126,4 +126,7 @@
 The library labels in the returned count table are taken from the input bam datasets
 names in the Galaxy history.
     </help>
+    <citations>
+        <citation type="doi">10.1093/bioinformatics/btp352</citation>
+    </citations>
 </tool>