chadadavis / sbglib

Automatically exported from code.google.com/p/sbglib
0 stars 0 forks source link

Refactor SBG::Domain::Atoms #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It's now set to use a domain to create a PDB file and read those atoms into a 
new Domain. It does that because a Domain defines a convenient way to subset an 
entry, e.g. B 35 _ to B 336 _

Making this consistent will require adding the chain to the rgrep() call, then 
reading in the whole chain, with resids, and using the resids to then index 
into the piddle slice that defines the subset of the chain. 

Original issue reported on code.google.com by chad.a.davis@gmail.com on 17 May 2011 at 2:03