changeset 23:dba3c47e1798 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit cf2c8f3039021b645ac45980a02ffe1f69a3f958
author iuc
date Wed, 12 Dec 2018 02:54:31 -0500
parents 5f70e7fe6077
children fa30df9b79c2
files jbrowse.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/jbrowse.xml	Tue Oct 30 18:57:53 2018 -0400
+++ b/jbrowse.xml	Wed Dec 12 02:54:31 2018 -0500
@@ -526,8 +526,8 @@
 
                 <conditional name="scaling" label="Scaling">
                     <param type="select" label="Track Scaling" name="scale_select">
-                        <option value="auto_local">Autoscale (local)</option>
-                        <option value="auto_global" selected="true">Autoscale (global)</option>
+                        <option value="auto_local" selected="true">Autoscale (local)</option>
+                        <option value="auto_global">Autoscale (global)</option>
                         <option value="fixed">Specify Min/Max</option>
                     </param>
                     <when value="auto_local"></when>
--- a/macros.xml	Tue Oct 30 18:57:53 2018 -0400
+++ b/macros.xml	Wed Dec 12 02:54:31 2018 -0500
@@ -13,7 +13,7 @@
     </requirements>
   </xml>
   <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token>
-  <token name="@WRAPPER_VERSION@">galaxy1</token>
+  <token name="@WRAPPER_VERSION@">galaxy2</token>
   <xml name="stdio">
     <stdio>
       <exit_code range="1:"/>