Giter Club home page Giter Club logo

Comments (4)

tfgg avatar tfgg commented on June 4, 2024 1

Hi Junhui,

This file should be copied over during the Docker build process as given in the Dockerfile:

https://github.com/deepmind/alphafold/blob/main/docker/Dockerfile#L60-L61

Is that not working?

(If you are setting up without using Docker I recommend following the Dockerfile to make sure you get all the steps and correct versions.)

from alphafold.

jhpanda avatar jhpanda commented on June 4, 2024

Oh, I was running it on a non docker cluster using the script run_alphafold.py (since our HPC doesn't and will not support Docker container...). Thanks for clarifying!

from alphafold.

tfgg avatar tfgg commented on June 4, 2024

No problem! I believe there are some other issues discussing how to run it without Docker, if that helps.

from alphafold.

vinicius-dev-app avatar vinicius-dev-app commented on June 4, 2024

I had a similar problem on a non_docker install.

I noticed that the file failed to download due to a certificate error reported by wget. The command indicated on the website uses the -q option. This option prevented the error from being reported.

The command for "Download chemical properties to the common folder" is indicated on the website:
wget -q -P alphafold/alphafold/common/ https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt

I just removed the -q and used --no-check-certificate. This solved my case:
wget --no-check-certificate -P alphafold/alphafold/common/ https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt

from alphafold.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.