# HG changeset patch # User george-weingart # Date 1409952338 14400 # Node ID b4fb4d40306169f86e963da70f5912bb07c135e0 # Parent 3b2b6c5e38e2b357d4a34b8eacc00a8d33d595e6 Uploaded diff -r 3b2b6c5e38e2 -r b4fb4d403061 import2graphlan.xml --- a/import2graphlan.xml Fri Sep 05 14:12:53 2014 -0400 +++ b/import2graphlan.xml Fri Sep 05 17:25:38 2014 -0400 @@ -9,26 +9,26 @@ --annotations $export_annotations --external_annotations $export_external_annotations - --background_levels $background_levels + --background_levels $gchoice.background_levels #if $str($background_clades) != " ": - --background_clades $background_clades + --background_clades $gchoice.background_clades #end if #if $str($background_colors) != " ": - --background_colors $background_colors + --background_colors $gchoice.background_colors #end if #if $str($export_title) != " ": - --title $export_title + --title $gchoice.export_title #end if - --title_font_size $title_font_size - --def_clade_size $def_clade_size - --min_clade_size $min_clade_size - --max_clade_size $max_clade_size - --def_font_size $def_font_size - --min_font_size $min_font_size - --max_font_size $max_font_size - --annotation_legend_font_size $annotation_legend_font_size - --abundance_threshold $abundance_threshold - --least_biomarkers $least_biomarkers + --title_font_size $gchoice.title_font_size + --def_clade_size gchoice.$def_clade_size + --min_clade_size $gchoice.min_clade_size + --max_clade_size $gchoice.max_clade_size + --def_font_size $gchoice.def_font_size + --min_font_size $gchoice.min_font_size + --max_font_size $gchoice.max_font_size + --annotation_legend_font_size $gchoice.annotation_legend_font_size + --abundance_threshold $gchoice.abundance_threshold + --least_biomarkers $gchoice.least_biomarkers --skip_rows 1,2 @@ -38,26 +38,47 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +