[PyMOL] on save_transformed.py

2015-11-24 Thread Smith Liu
Dear All,


In http://pymolwiki.org/index.php/Modeling_and_Editing_Structures there is 
"save_transformed.py". Will you please show me how to use this script? There is 
no problem to do "run save_transformed.py". But after click that command, how 
to get and save  the transformed pdb file?


Smith--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Re: [PyMOL] on save_transformed.py

2015-11-24 Thread Osvaldo Martin
Dear Smith,

The line cmd.extend('save_transformed',save_transformed) adds a new command
to PyMOL, this command is named save_transformed and what is does is to
call the save_transformed function. This function takes two arguments
save_transformed(object,
file), hence the newly created command also accept two arguments, the
object you want to transform and the name of the file for your transformed
object.

Cheers,
Osvaldo.

On Tue, Nov 24, 2015 at 2:34 PM, Smith Liu  wrote:

Dear All,
>
> In http://pymolwiki.org/index.php/Modeling_and_Editing_Structures there
> is "save_transformed.py". Will you please show me how to use this script?
> There is no problem to do "run save_transformed.py". But after click that
> command, how to get and save  the transformed pdb file?
>
> Smith
>
>
>
>
>
> --
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple
> OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140
> ___
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>
​
--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net