changeset 8:072ab1b781d8 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mergegffs commit 351b38d6d44042f2e52bde185b9e2f9f61048289-dirty
author eduardo
date Sat, 08 Apr 2017 15:29:36 -0400
parents 665e050b95de
children 79d6bb2e6a5d
files mergegffs.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mergegffs.xml	Sat Apr 08 15:25:43 2017 -0400
+++ b/mergegffs.xml	Sat Apr 08 15:29:36 2017 -0400
@@ -50,8 +50,8 @@
         <!--
         <conditional name="cond_modify">
             <param name="select_existing" type="select" label="Use an existing gffutils db from history">
-                <option value="yes" selected="True">Yes</option>
-                <option value="no">No</option>
+                <option value="yes" >Yes</option>
+                <option value="no" selected="True">No</option>
             </param>
             <when value="yes">
                 <param name="gffutils_sqlite_in" type="data" format="sqlite" optional="false" label="Existing GFFUtils SQLite database" help="http://daler.github.io/gffutils/index.html" />