Commit 6169482
fix: optimize RSEM performance for Fusion filesystem
- Add scratch directive to RSEM processes for local NVMe temp storage
- Change temporary folder from ./tmp/ to configurable /tmp/ path
- Configure optimal memory (64GB) and disk (200GB) allocations
- Apply optimizations to both standard and Sentieon RSEM modules
This reduces RSEM runtime by up to 2.2x by using local storage for
intensive temporary file operations instead of network-based Fusion.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3d52913 commit 6169482
File tree
3 files changed
+20
-2
lines changed- conf
- modules/nf-core
- rsem/calculateexpression
- sentieon/rsemcalculateexpression
3 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
65 | 79 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments