Re: [PyMOL] Selections don't work on structures loaded using, 'fetch' command

2016-02-29 Thread Timofey Tyugashev
users-requ...@lists.sourceforge.net пишет: > Message: 7 > Date: Mon, 29 Feb 2016 08:35:13 -0500 > From: Thomas Holder > Subject: Re: [PyMOL] Selections don't work on structures loaded using > 'fetch' command > To: Timofey Tyugashev > Cc:pymol-users@lists.sourcef

Re: [PyMOL] Selections don't work on structures loaded using 'fetch' command

2016-02-29 Thread Thomas Holder
Hi Timofey, See http://pymolwiki.org/index.php/ignore_case Note: The wiki page mentions 1.8.0.0 (official release), but the SVN repo had the change since 1.7.7.1 (https://sourceforge.net/p/pymol/code/4123/ ). Cheers, Thomas On 29 Feb 2016, at 06:23, Timofey Tyugashev wrote: > Sorry, it's a

[PyMOL] Selections don't work on structures loaded using 'fetch' command

2016-02-29 Thread Timofey Tyugashev
If I load my own pdb file and issue a simple select command like 'select resi 10' it works fine, producing something like 'selection "sele" defined with 6 atoms'. However if I load the same structure using fetch command selections stop working, 'select resi 10' results in 'selection "sele" def

Re: [PyMOL] Selections don't work on structures loaded using 'fetch' command

2016-02-29 Thread Timofey Tyugashev
Sorry, it's actually part false alarm and part a completely different problem. For false alarm:Structure retrieved by 'fetch' simply lacked residue numbered 10, why my own file was already repaired and had it fine. For different problem: For some reason it turns out that 'select' is case-sensi