Closed Pompidor closed 4 months ago
Hi @Pompidor ,
Thanks for using the workflow!
I have still limited the amount of memory required by the process to 25% of the size of the database, but you can overwrite the memory assigned to the process by using a custom nextflow config. In the app you can do it during setting the workflow: go to Nextflow Configuration
and paste this in Configuration:
process {
withName: run_kraken2 {
memory = 60.GB
}
}
Let me know if that works, could be that take more time to finish.
Hi @nggvs, Thank you for the advice, it's now working perfectly! Indeed it takes more time but at least it's working.
Hi @Pompidor Glad to hear that! Could you close the issue in that case? Thank you very much!
Operating System
Ubuntu 22.04
Other Linux
No response
Workflow Version
v2.9.4
Workflow Execution
EPI2ME Desktop (Local)
Other workflow execution
No response
EPI2ME Version
V5.1.10
CLI command run
No response
Workflow Execution - CLI Execution Profile
None
What happened?
I tried to use the nt Database but it didn't work even with the "Enable memory mapping" option enabled.
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
yes
Other demo data information
No response