Changes between Version 1 and Version 2 of PhenixChimeraX
- Timestamp:
- Apr 10, 2020, 10:55:02 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhenixChimeraX
v1 v2 44 44 {{{ 45 45 ret1 = ic.load_model(‘full/path/to/model.cif’) 46 mid = ret 2[‘model’]46 mid = ret1[‘model’] 47 47 ret2 = ic.load_stucture_factors(‘full/path/to/sf.mtz’, mid) 48 48 mid = ret2[‘model’] # Shouldn’t have actually changed…