Mercurial > repos > devteam > picard
comparison rgPicardGCBiasMetrics.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 |
---|---|
22 <option value="history">Use a genome (fasta format) from my history</option> | 22 <option value="history">Use a genome (fasta format) from my history</option> |
23 </param> | 23 </param> |
24 <when value="default"> | 24 <when value="default"> |
25 <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."> | 25 <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."> |
26 <options from_data_table="all_fasta"> | 26 <options from_data_table="all_fasta"> |
27 <filter type="data_meta" ref="input_file" key="dbkey" column="dbkey" multiple="True" separator=","/> | 27 <filter type="data_meta" ref="input_file" key="dbkey" column="1" multiple="True" separator=","/> |
28 <validator type="no_options" message="No reference build available for the selected input data" /> | 28 <validator type="no_options" message="No reference build available for the selected input data" /> |
29 </options> | 29 </options> |
30 </param> | 30 </param> |
31 </when> | 31 </when> |
32 <when value="indexed"> | 32 <when value="indexed"> |