-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interesting pipeline but singularity error #4
Comments
It's true that your singularity version is very old. Your system admins should absolutely update. The current version is 3.5.3. Why not configure singularity to use a scratch directory that does exist? You may also want to configure your local nextflow profile for your system in order to change the bind parameter, e.g.:
See: https://www.nextflow.io/docs/latest/config.html#configuration-file. |
Hi, thanks for that. I upgraded singularity to 3.5.3. I could change the relevant mounts (bind) by downloading your example nextflow.config to the current working directory and like you say adding those binds. Here an example:
proxy problem: |
Sadly its now complaining about I don't see this on the required input files and don't know exactly what it wants/needs. cheers |
Can you attach your |
Here you go, thanks. Is it something to do with the sex chromosomes ? - I guess it shouldn't be, the rat genome looks like this:
|
May I see the invocation of the workflow? It'll be at the top of the file I asked for (.nextflow.log). The file |
Apologies..
|
This likely won't fix it, but make sure you use a pattern for the bams, like:
I also pushed a fix for this line:
I'm actively debugging the workflow with a single bam to see if that's contributing to this error. |
Hi, I'm wondering if I don't have the singularity scratch dir configured or if I have an older singularity version?
ls: cannot access '/var/lib/singularity/mnt/final/scratch': No such file or directory
thanks Colin
The text was updated successfully, but these errors were encountered: