You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/mrbump/files/0.4.4-superpose.patch

12 lines
596 B

--- share/mrbump/include/mr/Ensemble.py 2008-07-28 16:40:47.000000000 +0200
+++ share/mrbump/include/mr/Ensemble.py.new 2009-08-26 22:26:44.000000000 +0200
@@ -29,7 +29,7 @@
self.superposeEXE=os.path.join(os.environ['CBIN'], 'superpose.exe')
self.pdbsetEXE=os.path.join(os.environ['CBIN'], 'pdbset.exe')
else:
- self.superposeEXE=os.path.join(os.environ['CBIN'], 'superpose')
+ self.superposeEXE=os.path.join(os.environ['CBIN'], 'superpose-ccp4')
self.pdbsetEXE=os.path.join(os.environ['CBIN'], 'pdbset')
self.SPxyz_template=''