diff computeGCBias.xml @ 16:16310f8b24d5 draft

Uploaded
author bgruening
date Mon, 16 Dec 2013 15:13:08 -0500
parents b4c5dd45778a
children 5ea8782d650c
line wrap: on
line diff
--- a/computeGCBias.xml	Mon Dec 16 14:08:15 2013 -0500
+++ b/computeGCBias.xml	Mon Dec 16 15:13:08 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>