alphafold
alphafold copied to clipboard
stereo_chemical_props.txt is not found
The file stereo_chemical_props.txt, which is read by alphafold/common/residue_constants.py is not found. This is because that path is presumed to be in the current directory, which would only by the case if the program is run from the source directory.
That path should probably be joined to FLAGS.data_dir, but FLAGS.data_dir is not passed into the function that needs it.
Sorry for the delayed reply. Here is the path:
alphafold/common/stereo_chemical_props.txt
Thanks. However the problem is not that I don't know where the file is. The problem is that the program doesn't find the file.