comparison rgPicardASMetrics.xml @ 4:ab1f60c26526 draft

Uploaded valid tools and complex repository dependency definition.
author devteam
date Fri, 21 Feb 2014 12:07:49 -0500
parents 9227b8c3093b
children
comparison
equal deleted inserted replaced
3:bf1c3f9f8282 4:ab1f60c26526
24 <option value="history">Use a genome (fasta format) from my history</option> 24 <option value="history">Use a genome (fasta format) from my history</option>
25 </param> 25 </param>
26 <when value="default"> 26 <when value="default">
27 <param name="index" type="select" label="Check the assigned reference genome" help="Galaxy thinks that the reads in you dataset were aligned against this reference. If this is not correct, use the 'Select a build-in reference genome' option of the 'Select Reference Genome' dropdown to select approprtiate Reference."> 27 <param name="index" type="select" label="Check the assigned reference genome" help="Galaxy thinks that the reads in you dataset were aligned against this reference. If this is not correct, use the 'Select a build-in reference genome' option of the 'Select Reference Genome' dropdown to select approprtiate Reference.">
28 <options from_data_table="all_fasta"> 28 <options from_data_table="all_fasta">
29 <filter type="data_meta" ref="input_file" key="dbkey" column="dbkey" multiple="True" separator="," /> 29 <filter type="data_meta" ref="input_file" key="dbkey" column="1" multiple="True" separator="," />
30 <validator type="no_options" message="No reference build available for selected input" /> 30 <validator type="no_options" message="No reference build available for selected input" />
31 </options> 31 </options>
32 </param> 32 </param>
33 </when> 33 </when>
34 <when value="indexed"> 34 <when value="indexed">