ExcitedStates / qfit-3.0

qFit: Automated and unbiased multi-conformer models from X-ray and EM maps.
MIT License
34 stars 11 forks source link

Unify map extraction: use --padding option (and default value) in QFitSegment #327

Closed blake-riley closed 1 year ago

blake-riley commented 1 year ago

Pull Request Checklist


Description of the Change

QFitSegment was using a custom 'padding' during map extraction. This commit changes the map extraction in QFitSegment to use the same routine as is being used in QFitRotamericResidue (and elsewhere). We currently ask the user what padding they'd like for map calculations: we should respect that.

Release Notes