Home My Page Projects Code Snippets Project Openings acedrg
Summary Activity Tracker Surveys News SCM

[#142] Acedrg is likely to fail on Windows because of os.system calls

Date:
2014-11-11 00:21
Priority:
5
State:
Open
Submitted by:
Andrey Lebedev (andrey)
Assigned to:
Fei Long (flong)
Summary:
Acedrg is likely to fail on Windows because of os.system calls

Detailed description
There are several system calls in acedrg python script, e.g. line 1052

os.system("cp %s %s "%(self.refmacXYZOUTName, finPdb))

This could fail on Wondows.
Message  ↓
Date: 2014-12-22 19:14
Sender: Andrey Lebedev

remains valid as no acedrg.but is defined and ccp4i interface does not take care of windows as well

Date: 2014-11-11 16:41
Sender: Fei Long


Fixed by replacing it with shutil.copy().

No Changes Have Been Made to This Item