You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,9 +34,10 @@ class NextflowSpawner(LocalProcessSpawner):
25
34
workflow_revision=Unicode('main', config=True, help="The revision of the pipeline repository.")
26
35
27
36
home_dir_template=Unicode('/home/{username}', config=True, help="Template to expand to set the user home. {username} is expanded to the jupyterhub username.")
28
-
29
37
home_dir=Unicode(help="The user home directory")
30
38
39
+
log_endpoint=Unicode(None, config=True, allow_none=True, help="The http endpoint for nf-weblog.")
0 commit comments