changeset 1:54e1a39b5068 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa_mem2 commit f3dfef5e47d50e07268731e372505643048116a9"
author iuc
date Sat, 16 Oct 2021 08:32:31 +0000
parents f15e2687f9de
children bbb670b70b54
files macros.xml tool_data_table_conf.xml.sample
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Fri Oct 08 10:19:10 2021 +0000
+++ b/macros.xml	Sat Oct 16 08:32:31 2021 +0000
@@ -78,7 +78,7 @@
 
     <macro name="dbKeyActionsBwaMem">
         <expand macro="dbKeyActions">
-            <option type="from_data_table" name="bwa_mem_indexes" column="1" offset="0">
+            <option type="from_data_table" name="bwa_mem2_indexes" column="1" offset="0">
                 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/>
                 <filter type="param_value" ref="reference_source.ref_file" column="0"/>
             </option>
--- a/tool_data_table_conf.xml.sample	Fri Oct 08 10:19:10 2021 +0000
+++ b/tool_data_table_conf.xml.sample	Sat Oct 16 08:32:31 2021 +0000
@@ -3,6 +3,6 @@
     <!-- Locations of indexes in the BWA-MEM2 mapper format-->
     <table name="bwa_mem2_indexes" comment_char="#">
         <columns>value, dbkey, name, path</columns>
-        <file path="tool-data/bwa_mem_index.loc" />
+        <file path="tool-data/bwa_mem2_index.loc" />
     </table>
 </tables>