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

Added singularity file and README #96

Closed
wants to merge 1 commit into from
Closed

Added singularity file and README #96

wants to merge 1 commit into from

Conversation

davidhemp
Copy link

It is common for Docker to not be allowed on HPC systems but they often have Singularity so I have converted the Docker file into a Singularity build file.

@google-cla
Copy link

google-cla bot commented Aug 3, 2021

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and then comment @googlebot I fixed it.. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no label Aug 3, 2021
@davidhemp
Copy link
Author

@googlebot I fixed it.

@google-cla google-cla bot added cla: yes and removed cla: no labels Aug 3, 2021
@miesav
Copy link

miesav commented Aug 6, 2021

Good one! We came up with a similar solution. Just be careful about how alphafold is called. Singularity uses home as the initial directory by default. The Dockerfile uses /app/alphafold as workdir. alphafold/common/residue_constants.py might not be able to find stereo_chemical_props.txt:

https://github.com/deepmind/alphafold/blob/b88f8dacef5d94e4d3d49613d08523feb20caec1/alphafold/common/residue_constants.py#L405-L408

@rjgildea
Copy link

rjgildea commented Aug 6, 2021

Good one! We came up with a similar solution. Just be careful about how alphafold is called. Singularity uses home as the initial directory by default. The Dockerfile uses /app/alphafold as workdir. alphafold/common/residue_constants.py might not be able to find stereo_chemical_props.txt:

https://github.com/deepmind/alphafold/blob/b88f8dacef5d94e4d3d49613d08523feb20caec1/alphafold/common/residue_constants.py#L405-L408

See #69 for a potential fix/workaround for this issue.

@Augustin-Zidek
Copy link
Collaborator

Unfortunately we don't have the capacity to maintain and support Singularity. We added a link in the README to the two AlphaFold issues that have links to third party repositories with Singularity definition files (#10 and #24).

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

Successfully merging this pull request may close these issues.

4 participants