Previous changeset 22:5f70e7fe6077 (2018-10-30) Next changeset 24:fa30df9b79c2 (2019-01-16) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit cf2c8f3039021b645ac45980a02ffe1f69a3f958 |
modified:
jbrowse.xml macros.xml |
b |
diff -r 5f70e7fe6077 -r dba3c47e1798 jbrowse.xml --- a/jbrowse.xml Tue Oct 30 18:57:53 2018 -0400 +++ b/jbrowse.xml Wed Dec 12 02:54:31 2018 -0500 |
b |
@@ -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> |
b |
diff -r 5f70e7fe6077 -r dba3c47e1798 macros.xml --- a/macros.xml Tue Oct 30 18:57:53 2018 -0400 +++ b/macros.xml Wed Dec 12 02:54:31 2018 -0500 |
b |
@@ -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:"/> |