
24 Jan
2014
24 Jan
'14
2:16 p.m.
can you tell me where the chimera command "cd" python code is located? Matthew Dougherty National Center for Macromolecular Imaging Baylor College of Medicine

24 Jan
24 Jan
4:42 p.m.
On Jan 24, 2014, at 2:16 PM, "Dougherty, Matthew T" <matthewd@bcm.edu> wrote:
can you tell me where the chimera command "cd" python code is located?
It's in the doCd function in Midas.midas_text. Minus some error handling, the function is basically one line: os.chdir(tildeExpand(args)) tildeExpand is a function in the OpenSave module which does some fancy footwork to expand '~' to a user's home directory on Windows machines. --Eric Eric Pettersen UCSF Computer Graphics Lab http://www.cgl.ucsf.edu
4148
Age (days ago)
4149
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dougherty, Matthew T
-
Eric Pettersen