diff jb2_webserver.py @ 46:4181e97c70a7 draft

planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit 3a43e9e0ffce0966101203102e769d1ced28618a
author fubar
date Mon, 04 Mar 2024 09:47:19 +0000
parents f728cf0df71d
children 460d5b6c5d98
line wrap: on
line diff
--- a/jb2_webserver.py	Fri Mar 01 05:15:41 2024 +0000
+++ b/jb2_webserver.py	Mon Mar 04 09:47:19 2024 +0000
@@ -42,7 +42,7 @@
 from http.server import SimpleHTTPRequestHandler
 
 
-DEFAULT_PORT = 8080
+DEFAULT_PORT = 8081
 
 
 def copy_byte_range(infile, outfile, start=None, stop=None, bufsize=16 * 1024):
@@ -156,7 +156,7 @@
 
 if __name__ == "__main__":
     parser = argparse.ArgumentParser(
-        description="Simple Python Web Server with Range Support"
+        description="Tiny Python Web Server supporting range requests, for local viewing of unzipped Galaxy JBrowse2 configurations"
     )
     parser.add_argument(
         "--root",