# HG changeset patch # User Jim Johnson # Date 1386707317 21600 # Node ID 39cb913568ec31e664748ed391e4208c25cbcb46 # Parent f981ba577f2bf2e8f75e7daa2a241d5a0bc9be47 Do not select any annotations by default diff -r f981ba577f2b -r 39cb913568ec snpEff.xml --- a/snpEff.xml Fri Nov 29 17:13:33 2013 -0600 +++ b/snpEff.xml Tue Dec 10 14:28:37 2013 -0600 @@ -54,9 +54,9 @@ #elif $snpDb.genomeSrc == 'history': -dataDir ${snpDb.snpeff_db.extra_files_path} #if $snpDb.extra_annotations and $snpDb.extra_annotations.__str__ != '': - #set annotations = [' '] + $snpDb.extra_annotations.__str__.split(',') + #set xannotations = [' '] + $snpDb.extra_annotations.__str__.split(',') #echo " " - #echo ' -'.join($annotations) + #echo ' -'.join($xannotations) #end if #if $snpDb.regulation and $snpDb.regulation.__str__ != '': -reg #echo ' -reg '.join($snpDb.regulation.__str__.split(','))# @@ -174,12 +174,12 @@ - + - + - +