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

How to use the Singularity Image after Built from Docker #165

Open
kiranpatil222 opened this issue Oct 25, 2023 · 3 comments
Open

How to use the Singularity Image after Built from Docker #165

kiranpatil222 opened this issue Oct 25, 2023 · 3 comments

Comments

@kiranpatil222
Copy link

Hi,

I have pulled docker image "docker pull ghcr.io/autamus/gatk:4.2.3.0"
and Built SIF image as
singularity build gatk_4.2.3.0.sif docker-daemon://ghcr.io/autamus/gatk:4.2.3.0

Now now how do i use for running GATK commands , I need to do same for BWA GATK FASTQC, and VEP

I tried as follows but not working

singularity exec --bind /data gatk_4.2.3.0.sif /opt/view/bin/gatk

@vsoch
Copy link
Member

vsoch commented Oct 25, 2023

These are container modules intended to be used with singularity-hpc "shpc" https://github.com/singularityhub/singularity-hpc

@kiranpatil222
Copy link
Author

kiranpatil222 commented Oct 25, 2023

Thanks, you mean these cannot be run on Local Servers with 94 Cores , or is there any alternative way to use it.. Sorry i am new to using singularity docker

@kiranpatil222
Copy link
Author

Thanks i figured it out

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