Changes between Initial Version and Version 1 of cypress/Singularity


Ignore:
Timestamp:
09/21/22 11:40:38 (20 months ago)
Author:
bstreicher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Singularity

    v1 v1  
     1= Singularity =
     2[https://sylabs.io/ Singularity] allows you to create and run containers that package up pieces of software in a way that is portable and reproducible. You can build a container using Singularity on your laptop, and then run it on many of the largest HPC clusters like Cypress. Your container is a single file, and you don’t have to worry about how to install all the software you need on each different operating system and system.
     3
     4== Possible uses for Singularity on Cypress ==
     5* Run an application that was built for a different distribution of Linux than Cypress OS (Centos).
     6* Reproduce an environment to run a workflow created by someone else.
     7* Run a series of applications (a 'pipeline') that includes applications built on different platforms.
     8* Run an application from [https://singularityhub.github.io/singularityhub-docs/ Singularity Hub] or [https://hub.docker.com/ Docker Hub] without actually installing anything.
     9
     10Singularity works only on Centos7 nodes of Cypress.