# HG changeset patch # User jeremy goecks # Date 1390840322 18000 # Node ID 9c75a9b5ecd2d8580f916481838be8dc27209ce7 # Parent a6c64723f5ce9f8e74dfc7f4a8c3a7072dfdba03 Add help to tool. diff -r a6c64723f5ce -r 9c75a9b5ecd2 table_annovar.xml --- a/table_annovar.xml Mon Dec 02 15:31:17 2013 -0500 +++ b/table_annovar.xml Mon Jan 27 11:32:02 2014 -0500 @@ -1,4 +1,4 @@ - + with functional information using ANNOVAR @@ -38,8 +38,8 @@ ## Reduce variants. ; table_annovar.pl input.avinput ${__get_data_table_entry__('annovar_indexes', 'dbkey', $input.dbkey, 'path')} -protocol ${protocol} -operation ${operation} -nastring NA -buildver ${input.dbkey} --outfile output - ## Copy annotated table to output. - ; cp output.${input.dbkey}_multianno.txt ${output} + ## Process annotated table to remove "NA" strings from numerical columns and copy to output. + ; cat output.${input.dbkey}_multianno.txt | replace_NA.py > ${output} @@ -81,5 +81,20 @@ +**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. + +**ANNOVAR Website and Documentation** + +Website: http://www.openbioinformatics.org/annovar/ + +Paper: http://nar.oxfordjournals.org/content/38/16/e164 + +**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 +