# HG changeset patch # User wolma # Date 1418160284 18000 # Node ID 840362af3e74c4b9c2f21c1ebc3c26e64bf0fdb9 # Parent 995e258cc46c9b0092578ae40ba5072a67906916 version 0_1_5 diff -r 995e258cc46c -r 840362af3e74 annotate_variants.xml --- a/annotate_variants.xml Wed Aug 13 07:11:40 2014 -0400 +++ b/annotate_variants.xml Tue Dec 09 16:24:44 2014 -0500 @@ -1,17 +1,18 @@ Predict the effects of SNPs and indels on known genes in the reference genome using SnpEff - mimodd + mimodd + mimodd version -q mimodd annotate $inputfile #if $str($annotool.name)=='snpeff': - --genome ${annotool.genomeVersion} + --genome "${annotool.genomeVersion}" #if $annotool.ori_output: - --snpeff_out $snpeff_file + --snpeff-out $snpeff_file #end if #if $annotool.stats: --stats $summary_file @@ -37,7 +38,7 @@ --link ${formatting.formatter_file} #end if #if $formatting.species - --species ${formatting.species} + --species "${formatting.species}" #end if #end if @@ -101,11 +102,11 @@ - - - - - + + + + + @@ -140,7 +141,7 @@ This list can then be used (by selecting the dataset as the *genome list*) to populate the *genome* dropdown menu, from which you can select the SnpEff genome file to be used for the annotation. As output file formats HTML or plain text are supported. -In HTML mode, variant positions and/or affected genomic features can be turned into hyperlinks to corresponding views in web-based genome browsers. +In HTML mode, variant positions and/or affected genomic features can be turned into hyperlinks to corresponding views in web-based genome browsers and databases. The behavior of this feature depends on: @@ -159,6 +160,10 @@ If you did not supply a hyperlink formatting instruction file, the tool will consult an internal lookup table to see if it finds default rules for the construction of the hyperlinks for the species. If not, no hyperlinks will be generated and the html output will look essentially like plain text. + **TIP:** + MiModD's internal hyperlink formatting lookup tables are maintained and growing with every new version, but since weblinks are changing frequently as well, it is possible that you will encounter broken hyperlinks for your species of interest. In such a case, you can resort to two things: `tell us about the problem`_ to make sure it gets fixed in the next release and, in the meantime, use a custom file with hyperlink formatting instructions to overwrite the default entry for your species. + +.. _tell us about the problem: mailto:mimodd@googlegroups.com