GithubHelp home page GithubHelp logo

containers's People

Contributors

avnishsinghh avatar dependabot[bot] avatar dkj avatar freddodd6 avatar jmtcsngr avatar kjsanger avatar marcomoscasgr avatar mgcam avatar mksanger avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

containers's Issues

Helper wrapper script may be a problem when linking wrappers from multiple containers in one path

All wrapper scripts rely on the colocated singularity-service-docker. Which means we cannot create links to the wrappers of multiple containers in one path. So if we have a container for samtools and one for irods clients, the structure would look like:

samtools/
└── bin
    ├── samtools
    ...
    └── singularity-service-docker
irods-clients/
└── bin
    ├── baton-chmod
    ...
    └── singularity-service-docker

So it would not be possible to link samtools/bin/* and irods-clients/bin/* in a single path. As the different singularity-service-docker, one from samtools and one from irods-clients, may not be compatible.

We would like to have the ability to pass a `.sif` file to the wrapper so it uses it for execution

Currently the singularity-*-docker wrapper scripts produced when installing, will pull the image from docker or rely on the singluarity cache. But it should be possible to use a .sif file saved locally to execute.

So instead of using
singularity exec/run "docker://$DOCKER_REGISTRY/$DOCKER_USER/$DOCKER_IMAGE:$DOCKER_TAG" "$@"

We would like to be able to do ask the wrapper to do
singularity exec/run "${CONTAINER}" "$@"
where $CONTAINER is either a docker://... or a <path to local .sif file> and the behaviour is controlled by the calling wrapper executable. Essentially define where to find the image at run time when executing write_wrapper
.

Add changelog

Add a changelog and backdate its contents to include all existing releases.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.