Menu

#2 public-components-erf.cif no longer available

open
nobody
None
5
2011-02-26
2011-02-26
Anonymous
No

Building mmLib from svn source requires building the CIF components library by fetching components.cif from a URL that no longer exists:

http://pdb.rutgers.edu/public-component-erf.cif

I believe this file is now located here:

ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif

I believe this could be fixed by replacing L414 of pymmlib/trunk/pymmlib/setup.py:

URL = "http://pdb.rutgers.edu/public-component-erf.cif"

with this

URL = "ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif"

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.