Hi, since Paul's offline or busy (good luck to him!), can anyone provide me with a scheme-to-python translation for this code snippet? Paul sent it to me, it's for re-loading a file into the same molecule.

In particular, I don't know how to translate the last two lines, because I apparently misunderstood what they do in scheme (being no schemer).

 (define mol2-pdbFile "somePDBfile.pdb" )
 (define mol2-model (read-pdb mol2-pdbFile))
 (define (read-mol-again)
         (clear-and-update-model-molecule-from-file mol2-model mol2-pdbFile))
 (read-mol-again)


Am I correct in observing that wincoot does not do scheme?

Cheers
phx

Reply via email to