-
Notifications
You must be signed in to change notification settings - Fork 7
ERROR: resolved path doesnt match with open path #780
Comments
Hi thanks a lot for the interest you have in Sarek. |
Hi, does anyone have any suggestions. Thanks |
Hi, |
Hi, No worries and thanks for looking into the issue. I removed and re ran but get same error:
Again bash .command.run works again!
EDIT: add triple quotes |
I'm asking other people to help out on this one. |
I was going to try other pipelines after I 've given up on sarek! Best |
This error is definitively generated by Nextflow, but it's definitively not a Sarek one, I do think it's a Singularity one, but I'm afraid I can't be sure. nf-core/exoseq development is on hold at the moment cf nf-core/exoseq#40 As far as I'm concerned our plan is to move Sarek to nf-core at some point, but no definitive plan yet. |
Ok, thanks Maxime. Please let me know if you think of something for me to try e.t.c. |
Of course, I asked everyone I could think of to help me with that. |
@pditommaso - have you seen this before?
|
Any chance you can use docker or conda instead of singularity ? |
Of course, that's why we're all using Singularity ;-)
Tell me how it goes |
This is a Singularity error message but I've never seen it before. Is something deleting the container image behind the scene? Update: |
Yes, it's definitely an error that is thrown by Sarek. It's in the GO language source files: prepare_linux.go which references a function in syscall_linux.go. It appears that it checks to see the input path provided to a container matches the path that the container is loaded from and uses SYS_READLINKAT. I wonder if it's to do with a symbolic link not matching the actual file? |
Closing due to moving to nf-core/sarek. |
Hi My main.nf exits with the following error:
I am running with singularity images installed locally and using necessary modified config files.
when i go to /work/11/9bf34e8a12305c98e2ec87bfdc1e2e and execute
bash .command.run , everything seems to work fine.
The text was updated successfully, but these errors were encountered: