Re: [PyMOL] Error: unknown type

2009-05-12 Thread Wladimir Labeikovsky
On May 12, 2009, at 8:24 PM, David Hall wrote: > >>> >>> I could see some use in being able to see forks off from the scripts >>> in the wiki to people's individual computers though. >> >> this can be readily done via the repo > > > Can you show how I can clone a single file out of the repository

Re: [PyMOL] Error: unknown type

2009-05-12 Thread David Hall
> > > > I could see some use in being able to see forks off from the scripts > > in the wiki to people's individual computers though. > > this can be readily done via the repo Can you show how I can clone a single file out of the repository? Or how I can fork a single file from the reposito

Re: [PyMOL] Error: unknown type

2009-05-12 Thread Wladimir Labeikovsky
gists could be useful to post short code snippets and specific usage examples of people's workflows. from what i understand, gists are originally meant as a sort of pastebin (http://en.wikipedia.org/wiki/Pastebin ). however, i don't think it is the best way to maintain a (sort-of) central re

Re: [PyMOL] Error: unknown type

2009-05-12 Thread David Hall
If people really like this git stuff, it might be interesting to move the scripts to using gist.github.com . I don't know how well that would work with the current repo that Justin created. Also, it might be useless as wikipedia already lets us track the history of the page. I could see som

Re: [PyMOL] Error: unknown type

2009-05-12 Thread Justin Lecher
> I've updated it on the Wiki. > So anyone likes to try git and update the repo? -- Justin Lecher Institute for Neuroscience and Biophysics INB 2 - Molecular Biophysics II Research centre Juelich GmbH, 52425 Juelich,Germany phone: +49 2461 61 5385 signature.asc Description: OpenPGP digi

Re: [PyMOL] Error: unknown type

2009-05-12 Thread Warren DeLano
Shiven, It appears the script was flawed: names = cmd.get_names(sel1) should be: names = cmd.get_names(selection=sel1) I've updated it on the Wiki. Cheers, Warren > -Original Message- > From: Shiven Shandilya [mailto:shiven.shandi...@gmail.com] > Sent: Monday, May 11, 2009 4:47 PM >