-
I granted 777 permissions to the files yet it is failing to read the file. Please advise how best I can have the nextflow program read the Plink files from the external drive. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'd recommend updating your workflow to the latest version we just published with If you're using the docker profile, you'll need to set up some extra configuration to mount your external hard drive inside the docker containers. Try changing: Line 120 in ddb19b3 to
This file should be in The workflow might be slow running on data from an external hard drive. It's best to use fast (internal) storage whenever possible. |
Beta Was this translation helpful? Give feedback.
-
Thanks @nebfield. That did help. I had to update the suggested config slightly, Unfortunately, I ran into the infamous I might investigate the following plink command and why it is a memory hog. I wonder if it could be distributed on a Hadoop cluster with map reduce.
|
Beta Was this translation helpful? Give feedback.
Updated docker config: