diff computeGCBias.xml @ 29:60788be7b346 draft

Uploaded
author bgruening
date Sat, 21 Dec 2013 17:30:26 -0500
parents 1e5fcb1555de
children fc3830717e24
line wrap: on
line diff
--- a/computeGCBias.xml	Mon Dec 16 04:51:41 2013 -0500
+++ b/computeGCBias.xml	Sat Dec 21 17:30:26 2013 -0500
@@ -83,8 +83,8 @@
             </when>
         </conditional>
         <param name="image_format" type="select" label="GC bias plot" help="If given, a diagnostic image summarizing the GC bias found on the sample will be created.">
-            <option value="none" selected="true">No image</option>
-            <option value="png">Image in png format</option>
+            <option value="none">No image</option>
+            <option value="png" selected="true">Image in png format</option>
             <option value="pdf">Image in pdf format</option>
             <option value="svg">Image in svg format</option>
             <option value="eps">Image in eps format</option>