| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000222 | Rosetta | [All Projects] Input Handling | public | 2013-03-19 17:02 | 2013-03-20 11:27 |
|
| Reporter | jkleman | |
| Assigned To | | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | |
| Platform | x86 | OS | OS X | OS Version | 10.7 |
| Product Version | Trunk | |
| Fixed in Version | | |
|
| Summary | 0000222: coords in pose sidechain atoms are nan's, no warning to user |
| Description | If backbone atoms in a pose are co-linear, no warning shows up that warns the user that the side-chain atoms can't be built. Instead, the coordinates are nan. |
| Steps To Reproduce | #reading into pose in PyRosetta
mypose = pose_from_pdb("test31.pdb")
#writing out
mypose.dump_pdb("test31out.pdb")
|
| Tags | No tags attached. |
|
| Application(s) Affected | Rosetta, PyRosetta |
| Command Line Used | mypose = pose_from_pdb("test31.pdb"); mypose.dump_pdb("test31out.pdb") |
| Developer Options | Confirmed As Bug |
| Fixed in SVN Version | |
|
| Attached Files | test31.pdb [^] (325 bytes) 2013-03-19 17:02 |
|