Permission denied #2089
Unanswered
wardahjassiem
asked this question in
Q&A
Replies: 1 comment
-
I faced similar issue. I am running this process which is part of my code: process Presice_2 {
} and I get this error Command error: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to run my pipeline on a cluster using slurm, I get the following command error:
Can't locate Config_heavy.pl: /usr/people/wjassiem/project/work/conda/chipseq-nf-c8e321ef0a6847733511c80b8ad8b081/lib/5.26.2/x86_64-linux-thread-multi/Config_heavy.pl: Permission denied at /usr/people/wjassiem/project/work/conda/chipseq-nf-c8e321ef0a6847733511c80b8ad8b081/lib/5.26.2/x86_64-linux-thread-multi/Config.pm line 105.
I'm using conda with nextflow, I'm not sure why i'm getting permission denied on the conda folder created by nextflow. Are there user configurations that should be done for my user name in the cluster?
Beta Was this translation helpful? Give feedback.
All reactions