diff bwa.xml @ 10:29299da15326 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit 4a306ebd8b7808ce963a69a3b15dd860c1fde585
author iuc
date Thu, 01 Feb 2018 12:35:18 -0500
parents cbc665adcde4
children 6def3ba376a7
line wrap: on
line diff
--- a/bwa.xml	Fri Dec 22 15:02:36 2017 -0500
+++ b/bwa.xml	Thu Feb 01 12:35:18 2018 -0500
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="bwa" name="Map with BWA" version="@VERSION@.3">
+<tool id="bwa" name="Map with BWA" version="@VERSION@.4">
     <description>- map short reads (&lt; 100 bp) against reference genome</description>
     <macros>
         <import>read_group_macros.xml</import>
@@ -305,7 +305,7 @@
     </inputs>
     <outputs>
         <data format="bam" name="bam_output" label="${tool.name} on ${on_string} (mapped reads in BAM format)">
-            <expand macro="dbKeyActionsBwa"/>
+            <expand macro="dbKeyActionsBwaMem"/>
         </data>
     </outputs>
     <tests>