Mercurial > repos > iuc > snpeff
diff snpEff_download.xml @ 0:39bac90c773d draft
Uploaded
| author | iuc |
|---|---|
| date | Fri, 15 Aug 2014 06:00:47 -0400 |
| parents | |
| children | 114f423f99c0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpEff_download.xml Fri Aug 15 06:00:47 2014 -0400 @@ -0,0 +1,30 @@ +<tool id="snpEff_download" name="SnpEff Download" version="3.6"> + <description>Download a new database</description> + <expand macro="requirements" /> + <macros> + <import>snpEff_macros.xml</import> + </macros> + <command> + echo $genomeVersion > $snpeff_db; + java -jar \$SNPEFF_JAR_PATH/snpEff.jar download -c \$SNPEFF_JAR_PATH/snpEff.config -dataDir $snpeff_db.files_path -v $genomeVersion > $logfile + </command> + <inputs> + <param name="genomeVersion" type="select" label="Select the genome version you want to download"> + <options from_data_table="snpeff_databases"> + <filter type="sort_by" column="0" /> + </options> + </param> + </inputs> + <outputs> + <data format="txt" name="logfile" /> + <data format="snpeffdb" name="snpeff_db" label="${genomeVersion}" /> + </outputs> + <expand macro="stdio" /> + <help> + +@EXTERNAL_DOCUMENTATION@ + + </help> + <expand macro="citations" /> +</tool> +
