diff hisat2_macros.xml @ 26:0c16cad5e03b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 84b71df5668dfd13bdf46e6e6f3d8a6f316ccea6
author iuc
date Sat, 03 Aug 2019 06:09:26 -0400
parents 6ab42baa56e9
children d4b55e2beb12
line wrap: on
line diff
--- a/hisat2_macros.xml	Sat Jan 26 04:45:24 2019 -0500
+++ b/hisat2_macros.xml	Sat Aug 03 06:09:26 2019 -0400
@@ -29,22 +29,20 @@
     </xml>
 
     <xml name="dbKeyActions">
-        <actions>
-            <conditional name="reference_genome.source">
-                <when value="indexed">
-                    <action type="metadata" name="dbkey">
-                         <option type="from_data_table" name="hisat2_indexes" column="1">
-                            <filter type="param_value" ref="reference_genome.index" column="0"/>
-                        </option>
-                    </action>
-                </when>
-                <when value="history">
-                    <action type="metadata" name="dbkey">
-                        <option type="from_param" name="reference_genome.history_item" param_attribute="dbkey" />
-                    </action>
-                </when>
-            </conditional>
-        </actions>
+        <conditional name="reference_genome.source">
+              <when value="indexed">
+                  <action type="metadata" name="dbkey">
+                      <option type="from_data_table" name="hisat2_indexes" column="1">
+                          <filter type="param_value" ref="reference_genome.index" column="0"/>
+                      </option>
+                  </action>
+              </when>
+              <when value="history">
+                  <action type="metadata" name="dbkey">
+                      <option type="from_param" name="reference_genome.history_item" param_attribute="dbkey" />
+                  </action>
+              </when>
+        </conditional>
     </xml>
 
-</macros>
\ No newline at end of file
+</macros>