Replies: 3 comments 6 replies
-
Can you run the command below and share the output here, please?
This command will give us information about the Nextflow binary, such as permissions, file owner and file owner group. Maybe that will help us understand what's going on. |
Beta Was this translation helpful? Give feedback.
-
Get this problem too. |
Beta Was this translation helpful? Give feedback.
-
I have this issue every time I upgrade Nextflow with |
Beta Was this translation helpful? Give feedback.
-
Bug report
A colleague installed nextflow on our server following the documentation provided in this github (using curl). He gave execution right to all but yet only him can launch it using
nextflow run scrip.nf
. All other users have to launchsudo nextflow run scrip.nf
or get the messageExpected behavior and actual behavior
Expected behavior : All users should be able to launch nextflow without superuser rights
Actual behavior : Apart from the one user who installed nextflow on the server, all other users have to be sudoers to launch nextflow
Steps to reproduce the problem
NA
Program output
Environment
Additional context
I tried to change the rights (
chmod 777
), changing the owner to and/or group to root or to change the group to a group common to all users. I also tried to change the localization of the nextflow file. None of that changed anything.Beta Was this translation helpful? Give feedback.
All reactions