comparison vsnp_build_tables.xml @ 5:b08cc87b2888 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit a80e3713d10fafef22e964198d59251adf955812"
author iuc
date Thu, 14 Jan 2021 09:12:14 +0000
parents efb86aade548
children 8a7fae0cccfc
comparison
equal deleted inserted replaced
4:efb86aade548 5:b08cc87b2888
1 <tool id="vsnp_build_tables" name="vSNP: build tables" version="@WRAPPER_VERSION@.1" profile="@PROFILE@"> 1 <tool id="vsnp_build_tables" name="vSNP: build tables" version="@WRAPPER_VERSION@.2" profile="@PROFILE@">
2 <description></description> 2 <description></description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
51 <option value="history">from history</option> 51 <option value="history">from history</option>
52 </param> 52 </param>
53 <when value="cached"> 53 <when value="cached">
54 <param name="gbk_file" type="select" label="Genbank file"> 54 <param name="gbk_file" type="select" label="Genbank file">
55 <options from_data_table="vsnp_genbank"> 55 <options from_data_table="vsnp_genbank">
56 <filter type="data_meta" column="value" key="value" ref="input_avg_mq_json"/> 56 <filter type="data_meta" column="0" key="dbkey" ref="input_avg_mq_json"/>
57 <validator type="no_options" message="A cached Genbank file is not available for the build associated with the selected average MQ json file"/> 57 <validator type="no_options" message="A cached Genbank file is not available for the build associated with the selected average MQ json file"/>
58 </options> 58 </options>
59 </param> 59 </param>
60 </when> 60 </when>
61 <when value="history"> 61 <when value="history">