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

Singularity #1

Closed
GuillaumeHolley opened this issue Nov 3, 2021 · 3 comments
Closed

Singularity #1

GuillaumeHolley opened this issue Nov 3, 2021 · 3 comments

Comments

@GuillaumeHolley
Copy link

Hi,

Thank you for this tool, I am really excited to try it! Would it be possible to have hapdup available as a Singularity image or to have the Docker image available online in a container repo (such that it can be converted to a Singularity image with a singularity pull)?

Thanks,
Guillaume

@kishwarshafin
Copy link
Collaborator

@GuillaumeHolley ,

The docker is available on docker hub:

cd directory_with_assembly_and_alignment
HD_DIR=`pwd`
docker run -v $HD_DIR:$HD_DIR --ipc=host -u `id -u`:`id -g` mkolmogo/hapdup:0.2 hapdup --assembly $HD_DIR/assembly.fasta --bam $HD_DIR/lr_mapping.bam --out-dir $HD_DIR/hapdup -t 64

You can use singularity similarly as you use for PEPPER-Margin-DeepVariant

@fenderglass
Copy link
Collaborator

Thanks @kishwarshafin !

@GuillaumeHolley let us know if you have any issues - I will update the manual soon to reflect this.

@GuillaumeHolley
Copy link
Author

Thanks @kishwarshafin @fenderglass,

I just did a singularity pull docker://mkolmogo/hapdup:0.2 to pull the Singularity image out of Docker Hub.

Guillaume

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

3 participants