Command exit status 127; /var/spool/slurmd/job16281783/slurm_script: line 1155: touch: command not found #3347
Replies: 3 comments 5 replies
-
The first thing that I spotted is the setting of process directives with an equal symbol. Even though you have to use
in
The second thing is that, if possible, I strongly suggest you to port your pipeline code to DSL2, which has several improvements, which includes better readability and debugging. Can you confirm that |
Beta Was this translation helpful? Give feedback.
-
Hi @mribeirodantas I am using a system that can not be connected with the internet and I am not sure how to port the pipeline to DSL2. Yes, |
Beta Was this translation helpful? Give feedback.
-
I have changed the excecutor from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a test nextflow script with multiple processes. One of the process is giving me the attached issue.
The same process ran smoothly without issue and then I added an if statement. I think the if statement should not cause the issue.
Any help? Attached is the log and the script.
mostest_with_nextflow.nf.txt
touch_command_not_found_nextflow_log.txt
Beta Was this translation helpful? Give feedback.
All reactions