Hi,
I found a little bug in AMBER14. It makes the update fail when a local directory is specified and the path starts with "file:///".
In amber14/updateutils/repos.py, line 321:
" self.location = self.location.replace('', 'file://')"
It should be:
" self.location = self.location.replace('file://', '')"
Hui Liu
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Nov 21 2014 - 00:00:04 PST