Closed bednarsky closed 5 months ago
How did you call the pipeline? Use which profile then?
How did you call the pipeline? Use which profile then?
I use the flag -profile cluster
in my nextflow run ..
call
Should I also put singularity.enabled = true
into the cluster profile, then?
How did you call the pipeline? Use which profile then?
I use the flag
-profile cluster
in mynextflow run ..
callShould I also put
singularity.enabled = true
into the cluster profile, then?
yes exactly, you can also do thay by using the existing profiles --profile cluster,conda_singularity
. The second profile enables both conda and souporcell (check the latest doc, e.g. section "Quick start")
Ah sorry, overlooked that. Will try! Thanks for the quick help, really appreciate it!
Worked, thanks!
Hi again! Sorry if I cause a lot of errors, really appreciate all your help!
Could this be due to the corrupted singularity image (https://github.com/theislab/hadge/issues/49)? I am cleaning my cache now and trying again