comparison deepTools_macros.xml @ 8:1c5ed9126db6 draft

Uploaded
author bgruening
date Wed, 04 Dec 2013 05:50:46 -0500
parents d63afb3521e7
children c53a73b8eef9
comparison
equal deleted inserted replaced
7:d63afb3521e7 8:1c5ed9126db6
102 <option value="cached">locally cached</option> 102 <option value="cached">locally cached</option>
103 <option value="history">in your history</option> 103 <option value="history">in your history</option>
104 </param> 104 </param>
105 <when value="cached"> 105 <when value="cached">
106 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> 106 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
107 <options from_data_table="deepTools_seqs" /> 107 <options from_data_table="deepTools_seqs">
108 <filter type="sort_by" column="1" />
109 <validator type="no_options" message="No indexes are available." />
110 </options>
108 </param> 111 </param>
109 </when> 112 </when>
110 <when value="history"> 113 <when value="history">
111 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" /> 114 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" />
112 </when> 115 </when>