Opened 8 years ago

Last modified 8 years ago

#1039 assigned defect

inconsistent behavior for residue collections

Reported by: Greg Couch Owned by: pett
Priority: critical Milestone:
Component: Core Version:
Keywords: Cc: Tom Goddard, Conrad Huang
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

Open 3fx2, in the Python Shell:

In: m = session.models[0]

In: len(m.residues)
Out: 401
In: len(m.residues.names)
Out: 401
In: len(m.residues.polymer_types)
Out: 401
In: len(m.residues.chains)
Out: 147

I was expecting 401, with some of the chains being None.

Change History (1)

comment:1 by pett, 8 years ago

Component: UnassignedCore
Note: See TracTickets for help on using tickets.