Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exomiser Cli Version 14.00 Distroless Internal Singularity Path #572

Open
yr542 opened this issue Sep 25, 2024 · 1 comment
Open

Exomiser Cli Version 14.00 Distroless Internal Singularity Path #572

yr542 opened this issue Sep 25, 2024 · 1 comment

Comments

@yr542
Copy link

yr542 commented Sep 25, 2024

I am having difficulty looking inside the Exomiser singularity and I cannot seem to run it despite the singularity being installed:

singularity exec \
  --bind "/path/to/directory/containing/vcfs/directory" \
  --bind  "/path/to/output/directory" \
  "/path/to/exomiser-cli_14.0.0-distroless.sif" \
  java -Xms4g -Xmx8g -jar "/exomiser-cli.jar" \
  --analysis "/path/to/pilot/file.yml"

It seems to run bit and then I get the following errors:

Error: Unable to access jarfile /exomiser-cli.jar

Could get the internal path of the singularity? I cannot seem to get the command to run without it?

@julesjacobsen
Copy link
Contributor

I haven't tried running this with Singularity - can you use Docker/Podman with this image? Alternatively, there is the Debian based version with a shell: docker pull exomiser/exomiser-cli:14.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants