Skip to content

error: make_ctss.sh: line 18: Read-only file system Read-only file system #63

Open
@aboyd003

Description

@aboyd003

Hi,

I don't know if this technically qualifies as a bug but I am having issue using the pipeline on a hpcc. I don't have sudo privileges and am using singularity. I receive the error below when running with the test file (nextflow run nf-core/cageseq -r 1.0.2 -dsl1 -profile test,singularity).

make_ctss.sh: line 18: /tmp/make_ctss.sh.17128.txt: Read-only file system

My attempts at fixes that haven't worked

I have tried inserting a binding line into the Dockerfile at line 11 after the ENV PATH line. This seemed the most logical to me. I tried "exec --bind /scratch:/tmp" and "export SINGULARITY_BINDPATH=/scratch:/tmp" at this position. When this failed, I tried inserting the lines into line 12 of main.nf. I honestly did not expect this to work but figured I would try. I also tried inserting in the singularity block of nextflow.config at line 111.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions