Mercurial > repos > morinlab > ensembl_vep
changeset 14:4745c1c779fb draft
Uploaded
| author | morinlab | 
|---|---|
| date | Fri, 27 Jan 2017 17:16:05 -0500 | 
| parents | b8df52265f9a | 
| children | 83d9cb5c905c | 
| files | download_genome.xml | 
| diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/download_genome.xml Fri Jan 27 17:13:01 2017 -0500 +++ b/download_genome.xml Fri Jan 27 17:16:05 2017 -0500 @@ -1,6 +1,6 @@ <tool id="download_genome" name="Get Genome" version="1.0.0"> <description> - Download and Index Genomes using Ensemble VEP + Download and Index Genomes and Reference files used by Ensemble VEP </description> <requirements> <requirement type="package" version="84">ensembl_vep</requirement> @@ -33,7 +33,10 @@ </command> <inputs> <expand macro="genome_list" /> - <expand macro="mirror"/> + <param name="use_mirror" type="select" label="use North American mirror site for download"> + <option value="no" selected="true">No, use default</option> + <option value="yes">Yes</option> + </param> </inputs> <outputs> <data format="txt" name="output"/>
