-
Hi, I am trying to run the laca workflow in an execution environment where I am not allowed (nor able) to run the docker container with --privileged enabled, and therefore the steps that are run in a …
-
i use singularity exec command to calculate
when i run the cylinder2D_multiprocessing example, it has finished the follow step:
OpenFOAM_init running time: 2.67 s
OpenFOAM_init running time: 2.…
-
### Description of feature
My university computing cluster does not support Docker containers and instead uses singularity. Would it be possible to add a singularity container engine for this pipelin…
-
Dear Felix,
Thank you for the great tool, it can really help in my current endeavour of defining de-novo cell types for atlas level data, which has several covariates. I am trying to install and run t…
-
This layout pattern include both `X` and `Xs` at the same time.
-
i've built a singularity container and pushed to the cloud: https://cloud.sylabs.io/library/bjarthur/default/avatarify
the definition file is as follows:
```
Bootstrap: library
From: ubuntu:2…
-
So far, the routines we have are limited to the stereographic projection with ref latitude at -90° (should rather be -71° to minimise distortion but gave singularity). We should rely on Proj.jl to all…
-
### Description
In the scipy's implementation of svds we can get the number of singular values to be at max equal to min(M,N) using propack solver. I needed this particular implementation in the cupy…
-
Currently the singularity job type relies in `singularity exec` command.
I think this is the most general solution, but as singularity allows to hide some complexity using `singularity run` comman…
-
Hi,
to get singularity to run, I've had to go into almost all cwl scripts and put "#!/usr/bin/env -S cwltool --singularity" at the top.
Now, I STILL get a problem where it's trying to call Docke…