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 container creation #233

Open
Katerina10-cloud opened this issue Feb 8, 2024 · 5 comments
Open

Singularity container creation #233

Katerina10-cloud opened this issue Feb 8, 2024 · 5 comments
Assignees

Comments

@Katerina10-cloud
Copy link

Katerina10-cloud commented Feb 8, 2024

It would be helpful to have a Singularity container (image) of your package!

@mdbarnesUCSD mdbarnesUCSD self-assigned this Feb 23, 2024
@mdbarnesUCSD
Copy link
Collaborator

Thanks for the feedback! This is something that we are hoping to have in a future release. We will update here when it is ready.

@lculibrk
Copy link

I've built a docker image for the SigProfiler tools. I haven't extensively tested it, but it builds just fine. GRCh37 and GRCh38 are installed.

https://hub.docker.com/repository/docker/lculibrk/sigprofiler

singularity pull docker://lculibrk/sigprofiler:latest

@lculibrk
Copy link

lculibrk commented May 22, 2024

Update on my previous comment,

The container runs into the errors outlined here: #247

I'll try to rebuild and see if that helps. @mdbarnesUCSD , if this is an issue inherent to containerizing the SigProfiler suite, is there any guidance you can provide to workaround the issue? Happy to share the Dockerfile too.

@mdbarnesUCSD
Copy link
Collaborator

There are some issues that originate from the default behavior for SigProfilerMatrixGenerator and SigProfilerPlotting because of how they save and load files from site-packages. There are some updates that we are rolling out that enable this behavior to change by adding a parameter "volume" for a user specified location. SigProfilerExtractor will also need to be updated to utilize these changes before a singularity container will work. Here are the recent updates to SigProfilerAssignment.

@Katerina10-cloud
Copy link
Author

I tested the tool inside your Singularity container and it runs into the same errors as yours: #247

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