VMD-L Mailing List
From: Alberto Sergio Garay (sgaray_at_fbcb.unl.edu.ar)
Date: Fri May 22 2009 - 15:31:51 CDT
- Next message: Axel Kohlmeyer: "Re: Question2 about introducing variables in "mol selection...""
- Previous message: Axel Kohlmeyer: "Re: Question about introducing variables in "mol selection...""
- Next in thread: Axel Kohlmeyer: "Re: Question2 about introducing variables in "mol selection...""
- Reply: Axel Kohlmeyer: "Re: Question2 about introducing variables in "mol selection...""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Dear Axel
I've tried what you you suggest but unhappily it does not work.
Dear Peter
My script selects some molecules in the periodic images of my box
simulation which are closed to other molecule (my target). I wish my
script shows me only these selection, which are saved in a variable.
Any help will be greatly appreciated.
Thank you in advance.
Sergio
On Fri, 2009-05-22 at 12:06 -0300, Alberto Sergio Garay wrote:
> Hi all
>
> I'm wondering if it is possible to introduce some variables ($a)
> in the following command:
>
> mol selection {$a}
have you tried?
mol selection "$a"
when using curly braces in tcl, variables are not expanded,
in double quotes they are.
cheers,
axel.
[Ocultar texto citado]
>
> I've tried to do it but without any success.
>
> Any suggestion is wellcome
>
> Sergio
>
>
>
>
-- Dr. Sergio Garay Facultad de Bioquimica y Cs. Biológicas Universidad Nacional del Litoral Santa Fe - Argentina C.C. 242 - Ciudad Universitaria - C.P. S3000ZAA Argentina Ph. +54 (342) 4575-213 Fax. +54 (342) 4575-221
- Next message: Axel Kohlmeyer: "Re: Question2 about introducing variables in "mol selection...""
- Previous message: Axel Kohlmeyer: "Re: Question about introducing variables in "mol selection...""
- Next in thread: Axel Kohlmeyer: "Re: Question2 about introducing variables in "mol selection...""
- Reply: Axel Kohlmeyer: "Re: Question2 about introducing variables in "mol selection...""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]