Replies: 4 comments 26 replies
-
In general it is not possible to run multiple instances of Nextflow from the same launch directory, because each instance will acquire a lock on the |
Beta Was this translation helpful? Give feedback.
-
Hello, @bentsherman!
Could you, please explain to me how to launch from a different directory if
I have wf-pore-c-0.1.0 installed just in one place and you told me I don't
need to install a WF in other folder.
Best,
Oksana
…On Tue, 12 Dec 2023 at 10:25, Ben Sherman ***@***.***> wrote:
Did you launch them from different directories?
—
Reply to this email directly, view it on GitHub
<#3987 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXZT5EVPGWNKZSLX7OB6METYJBZOXAVCNFSM6AAAAAAYWHMWU6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQMZSGE3DG>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Oksana
|
Beta Was this translation helpful? Give feedback.
-
Hi, @bentsherman! I was able to start runs, but now for both of them I have an error: [e3/86e1b2] NOTE: Process executor > slurm (1) Completed at: 14-Dec-2023 16:20:59 Even I resume run, i keep getting this error. |
Beta Was this translation helpful? Give feedback.
-
This is the tail of slurm.out Tip: you can replicate the issue by changing to the process work dir and entering the command -- Check '.nextflow.log' file for details executor > slurm (566) Caused by: Command executed: echo '[ Command output: Command error: Work dir: Tip: you can replicate the issue by changing to the process work dir and entering the command -- Check '.nextflow.log' file for details |
Beta Was this translation helpful? Give feedback.
-
When I do not apply -resume, I can submit multiple nextflow tasks at the same time, and can generate multiple session IDs in the cache of .nextflow. But when I use -resume, even if only one task is submitted, it will appear "Unable to acquire lock on session with ID" error.What is the problem?
Beta Was this translation helpful? Give feedback.
All reactions