ExcitedStates / qfit-3.0

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

Updating output multiconformer due to typo #386

Closed jessicaflowers closed 8 months ago

jessicaflowers commented 8 months ago

change line 680 from multiconformer_model.tofile() to multiconformer.tofile()

Pull Request Checklist


Description of the Change

quick fix in _run_qfit_segment, change line 680 from multiconformer_model.tofile() to multiconformer.tofile()

Release Notes