Replies: 1 comment
-
Just a note, the job seems to run fine locally, but my resources on my login node are limited so I want to run the pipeline on the cluster. This is my nextflow.config:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to run the nf-core RNAseq pipeline on my cluster (which uses SLURM) but I keep running into this error:
and the nextflow.log shows the following
I tried doing several things:
I thought that maybe I had to change permissions in the .nextflow folder, so I went to /home/irvinng/.nexflow and then did chmod u+w+x+r. That didn't fix the problem and I was still getting the same error.
I then tried to get nextflow to write the plugin to a different location by adding a line in my job script before the nextflow line
But that didn't work. Nextflow kept trying to write to /home/irvinng/.nextflow/plugins
This might be a really easy fix but I'm sort of new to nextflow so I'm not sure what else to try.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions