Skip to content

Commit 7d6e2fd

Browse files
authored
Merge pull request #66 from CaroAMN/fix-input-model
Set matlab cache directory within the process
2 parents 135e2e2 + 0467003 commit 7d6e2fd

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- [PR#57](https://github.com/nf-core/lsmquant/pull/57) - Fix input declaration of the model file for the module: `numorph3dunet` to be reused for all inputs.
1111
- remove conda batch from readme, the pipeline does not support conda.
12+
- set matlab cache directory in numorph_stitch to fix concurrency issues when running multiple samples.
1213

1314
## v1.0.0 - Excited Squid
1415

modules/local/numorphstitch/main.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ process NUMORPHSTITCH {
2323
def NM_var = NM_variable ? NM_variable : ''
2424
def variables_input = variables ? variables : ''
2525
"""
26+
export MCR_CACHE_ROOT=\${PWD}/.mcrCache
27+
2628
# create output directories needed by the tool
2729
mkdir -p ./results/stitched/
2830

0 commit comments

Comments
 (0)