Mercurial > repos > fubar > jbrowse2
diff jb2_webserver.py @ 17:4c201a3d4755 draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit a37bfdfc108501b11c7b2aa15efb1bd16f0c4b66
author | fubar |
---|---|
date | Sun, 28 Jan 2024 06:48:52 +0000 |
parents | b04fd993b31e |
children | f728cf0df71d |
line wrap: on
line diff
--- a/jb2_webserver.py Thu Jan 25 07:58:28 2024 +0000 +++ b/jb2_webserver.py Sun Jan 28 06:48:52 2024 +0000 @@ -169,7 +169,9 @@ help=f"Port to listen on (default: {DEFAULT_PORT})", ) parser.add_argument( - "--bind", default="0.0.0.0", help="IP address to bind to (default: 0.0.0.0)" + "--bind", + default="0.0.0.0", + help="IP address to bind to (default: 0.0.0.0)", ) args = parser.parse_args()