Conversation
_extras/miscellaneous.md
Outdated
| This kind of error is happens mainly two cases. | ||
|
|
||
| 1. tool using huge amount under `/tmp` . | ||
| 2. You run on Mac. |
There was a problem hiding this comment.
Can you explain more and give and example below on how to fix if on a Mac?
|
Thanks for the addition, @manabuishii ! To be honest I have never understood the difference between I am not sure how this would help TMPDIR could be sent through with If You could override TMPDIR for tmp-hungry tools within the cwl file in a EnvVarRequirement - e.g.: requirements:
EnvVarRequirement:
envDef:
TMPDIR: $(runtime.outdir)This should in effect use |
|
@kinow do we want to rework this into the new user guide? I am not sure of best process - but it would nice to clean out these merge requests that are for the old format of the user guide. Let me know what you think is best here. |
|
Hi @swzCuroverse I had a read and the advice from @manabuishii in this PR looks useful. Not sure if anything has changed in cwltool, but if it's still correct, then maybe @manabuishii or somebody else could take a look if it can/needs be updated after @stain 's comments, and then review/merge. |
No description provided.