Skip to content

Commit

Permalink
Merge pull request #497 from latchbio/taras/perm-issue
Browse files Browse the repository at this point in the history
fix: run nextflow tasks as the root user to allow full access to OFS mount point files
  • Loading branch information
TarasPriadka authored Oct 8, 2024
2 parents 3f60520 + c6874b9 commit 2e7b827
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Types of changes

# Latch SDK Changelog

## 2.53.5 - 2024-10-08

### Added

* Nextflow
- Run nextflow task pods as root to allow full access to all files in the shared filesystem

## 2.53.4 - 2024-10-07

### Added
Expand Down
4 changes: 4 additions & 0 deletions latch_cli/nextflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ def generate_nextflow_config(pkg_root: Path):
executor = 'k8s'
}
k8s {
runAsUser = 0
}
aws {
client {
anonymous = true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.53.4",
version="v2.53.5",
author_email="kenny@latch.bio",
description="The Latch SDK",
packages=find_packages(),
Expand Down

0 comments on commit 2e7b827

Please sign in to comment.