You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:So it would not be possible to link
samtools/bin/*
andirods-clients/bin/*
in a single path. As the differentsingularity-service-docker
, one from samtools and one from irods-clients, may not be compatible.The text was updated successfully, but these errors were encountered: