comparison 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
comparison
equal deleted inserted replaced
25:3fb01a8c902d 26:0c16cad5e03b
27 </conditional> 27 </conditional>
28 28
29 </xml> 29 </xml>
30 30
31 <xml name="dbKeyActions"> 31 <xml name="dbKeyActions">
32 <actions> 32 <conditional name="reference_genome.source">
33 <conditional name="reference_genome.source"> 33 <when value="indexed">
34 <when value="indexed"> 34 <action type="metadata" name="dbkey">
35 <action type="metadata" name="dbkey"> 35 <option type="from_data_table" name="hisat2_indexes" column="1">
36 <option type="from_data_table" name="hisat2_indexes" column="1"> 36 <filter type="param_value" ref="reference_genome.index" column="0"/>
37 <filter type="param_value" ref="reference_genome.index" column="0"/> 37 </option>
38 </option> 38 </action>
39 </action> 39 </when>
40 </when> 40 <when value="history">
41 <when value="history"> 41 <action type="metadata" name="dbkey">
42 <action type="metadata" name="dbkey"> 42 <option type="from_param" name="reference_genome.history_item" param_attribute="dbkey" />
43 <option type="from_param" name="reference_genome.history_item" param_attribute="dbkey" /> 43 </action>
44 </action> 44 </when>
45 </when> 45 </conditional>
46 </conditional>
47 </actions>
48 </xml> 46 </xml>
49 47
50 </macros> 48 </macros>