changeset 44:d3e731ed55b1 draft

Uploaded
author george-weingart
date Sat, 06 Sep 2014 13:58:26 -0400
parents c5c1037078e5
children 789d81a1c389
files import2graphlan.xml
diffstat 1 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/import2graphlan.xml	Sat Sep 06 13:51:49 2014 -0400
+++ b/import2graphlan.xml	Sat Sep 06 13:58:26 2014 -0400
@@ -61,7 +61,9 @@
 				<option value="d" selected='True'>Default</option>
 		  		<option value="a">Advanced</option>
 			</param>
-			 
+			<when value="d">
+				<param name="background_clades" type="hidden" format="text" label="Background Clades" value="" />  
+			</when> 
 			<when value="a">
 				<param name="background_clades" type="text" format="text" label="Background Clades" value=" " />  
 				<param name="background_colors" type="text" format="text" label="Background Colors" value=" " />  
@@ -81,9 +83,6 @@
 						<option value="0">No</option>
 						<option value="1">Yes</option>
 				</param>
-
-    
-
 			</when>
 		 </conditional>
     </inputs>
@@ -130,12 +129,8 @@
 
     **--background_colors** BACKGROUND_COLORS
                         Set the color to use for the shaded background. Colors can be either in RGB or HSV (using a semi-colon to separate values, surrounded with ()) format. 
-			
 			Use a comma separate values form and surround the string with " if it contains spaces. 
-			
-			Example:
-			--------
-                        --background_colors "#29cc36, (150; 100; 100), (280;80; 88)"
+			Example:  #29cc36, (150; 100; 100), (280;80; 88)
 
     **--title TITLE**   If specified set the title of the GraPhlAn plot.
                         Surround the string with " if it contains spaces, e.g., --title "Title example"