Open hafizmtalha opened 2 years ago
You need to use this singularity: https://sylabs.io/singularity/ It looks like you have something else installed that is also called singularity.
But there's no need to build. Once you've got singularity installed, you can use a singularity image file from the releases. Eg:
https://github.com/iqbal-lab-org/viridian_workflow/releases/tag/v0.3.7
The singularity file for that release is called viridian_workflow_v0.3.7.img
I am using Linux in the WIndows subsystem.. it doesn't allow me to use docker. and in singularity following output shows.. singularity build viridian_workflow.img Singularity.def Singularity 1.0b1 (commit: b0d3406e311f4ac3aa6f4d0187f32926b3808fef) Running under Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html The error-log configured as /home/talha/.local/share/singularity/log/error.log (lazily created when something is logged)
when I first run the comand weird screen comes up..
is there any way I could build the source code or something ???