Mercurial > repos > fubar > jbrowse2
diff jb2_webserver.py @ 29:f728cf0df71d draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit fe89199bded3f50aefb6958f0c4e85eede77ad81-dirty
author | fubar |
---|---|
date | Fri, 16 Feb 2024 00:04:37 +0000 |
parents | 4c201a3d4755 |
children | 4181e97c70a7 |
line wrap: on
line diff
--- a/jb2_webserver.py Wed Feb 07 22:51:54 2024 +0000 +++ b/jb2_webserver.py Fri Feb 16 00:04:37 2024 +0000 @@ -1,4 +1,5 @@ -#!/usr/bin/env python3# spec: simplest python web server with range support and multithreading that takes root path, +#!/usr/bin/env python3 +# spec: simplest python web server with range support and multithreading that takes root path, # port and bind address as command line arguments; by default uses the current dir as webroot, # port 8000 and bind address of 0.0.0.0 # borrowed from https://github.com/danvk/RangeHTTPServer