changeset 1:4065bcff8e85 draft default tip

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/jbrowse commit 3500c1e606a902b492180db3e2e0c2ee07c90e8b"
author gga
date Tue, 27 Apr 2021 12:49:22 +0000
parents 11033bdad2ca
children
files jbrowse_to_container.py macros.xml
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/jbrowse_to_container.py	Mon Sep 11 05:49:16 2017 -0400
+++ b/jbrowse_to_container.py	Tue Apr 27 12:49:22 2021 +0000
@@ -1,5 +1,4 @@
 #!/usr/bin/env python
-from __future__ import print_function
 
 import argparse
 import base64
@@ -20,4 +19,4 @@
     """
     HTML_TPL = base64.b64decode(HTML_TPL.replace('\n', ''))
 
-print(HTML_TPL.format(base_url=args.external_jbrowse_url))
+print(HTML_TPL.decode('ascii').format(base_url=args.external_jbrowse_url))
--- a/macros.xml	Mon Sep 11 05:49:16 2017 -0400
+++ b/macros.xml	Tue Apr 27 12:49:22 2021 +0000
@@ -2,14 +2,14 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="2.7">python</requirement>
+            <requirement type="package" version="3.8">python</requirement>
             <yield/>
         </requirements>
     </xml>
 
     <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token>
     <token name="@JBROWSE_BASE_URL@">\$GALAXY_JBROWSE_SHARED_URL</token>
-    <token name="@WRAPPER_VERSION@">0.5.1</token>
+    <token name="@WRAPPER_VERSION@">0.5.2</token>
 
     <xml name="stdio">
         <stdio>