Closed colindaven closed 1 day ago
Hi @colindaven , thanks for raising this - I'm guessing from the edit all is working now?
Thanks!
Toby
Hi @TobyBaril yes and no, I still haven't got output yet but will raise another issue with details. I just thought I'd leave this here to help people with similar issues.
Hi,
thanks for this tool.
I've downloaded a singularity version - see below and tried it in a nextflow process using singularity.
It looks like it is trying to write to the system root read only rather than $PWD - the current workflow directory.
Is there an env variable to set the directory to write to ? Or is my container incorrect/misconfigured?
edit - I worked it out
mkdir -p
output was runthanks