Skip to content

Commit

Permalink
set HOME in spawner env
Browse files Browse the repository at this point in the history
  • Loading branch information
phue committed Jul 29, 2024
1 parent 916fef9 commit 47f6d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nextflowspawner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def options_from_form(self, formdata):

def get_env(self):
env = super().get_env()
env['HOME'] = self.home_dir
env['NXF_HOME'] = self.nxf_home
env['NXF_USER_WORKFLOW'] = self.workflow_url
env['NXF_USER_REVISION'] = self.workflow_revision
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="nextflowspawner",
version='0.8.0',
version='0.8.1',
url="https://github.com/phue/nextflowspawner",
description="Spawn Nextflow pipelines from Jupyterhub and configure them interactively",
author="Patrick Hüther",
Expand Down

0 comments on commit 47f6d87

Please sign in to comment.