# HG changeset patch # User elixir-it # Date 1541697236 18000 # Node ID a28564bf926ad63dd6eb9230b876294cd767fea5 Uploaded diff -r 000000000000 -r a28564bf926a covacs_annovar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/covacs_annovar.xml Thu Nov 08 12:13:56 2018 -0500 @@ -0,0 +1,102 @@ + + annovar, annotate variants using specified gene annotations, regions, and filtering databases + + perl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool will annotate variants using specified gene annotations, regions, and filtering databases. Input is a VCF dataset, and output is a table of annotations for each variant in the +VCF dataset or a VCF dataset with the annotations in INFO fields. + + +**Important Usage Note** + +ANNOVAR is open-source and free for non-profit use. If you use it for commercial purposes, please contact BIOBASE (info@biobase-international.com) directly for license related issues. Also see http://www.openbioinformatics.org/annovar/annovar_faq.html#license + +**IMPORTANT** to get the wrapper ready to start the admin user have to download annovar."version".tar.gz and then move it in the conda_prefix folder, the path of the conda_prefix is written in the galaxy.ini(or .yml) file + + + + + 10.1093/nar/gkq603 + 10.1186/s12864-018-4508-1 + + diff -r 000000000000 -r a28564bf926a mv_untar_annovar.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mv_untar_annovar.sh Thu Nov 08 12:13:56 2018 -0500 @@ -0,0 +1,11 @@ +#!/bin/bash +# if the symbolic link is not present in the annovar conda virtual environment the script search for the tar.gz in the conda_prefix, +# untar the archive and make a symbolic link to the $CONDA_PREFIX of the conda virtual environment +if [[ ! -d $CONDA_PREFIX/annovar ]] ; then + tar -zxvf $CONDA_PREFIX/../../annovar.*.tar.gz -C $CONDA_PREFIX/../../ && + echo start untar && + ln -s $CONDA_PREFIX/../../annovar $CONDA_PREFIX && + echo all done +else + echo annovar was present +fi diff -r 000000000000 -r a28564bf926a tool-data/annovar.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/annovar.loc.sample Thu Nov 08 12:13:56 2018 -0500 @@ -0,0 +1,10 @@ + +#location of humandb the fields are tab delimited +db location /export/_conda/annovar/humandb + + + +#definition of present db name + type(gene_ann, region, filter) the fields are tab delimited +refGene gene_ann +prova gene_ann +exac03 filter diff -r 000000000000 -r a28564bf926a tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Nov 08 12:13:56 2018 -0500 @@ -0,0 +1,5 @@ + + + value, type, path + +