Matchmaps

Latest version: v0.6.2

Safety actively analyzes 625095 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.6.2

This version adds support for error-weighting to `matchmaps` and `matchmaps.mr`. Various bug fixes are also included and are described below.

What's Changed
* Fix bug: unmasked_radius was parsed but ignored by dennisbrookner in https://github.com/rs-station/matchmaps/pull/34
* fast-forward `weights` branch with bug fix from `main` by dennisbrookner in https://github.com/rs-station/matchmaps/pull/35
* Weights by dennisbrookner in https://github.com/rs-station/matchmaps/pull/36
* ci(dependabot): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/rs-station/matchmaps/pull/33
* Create new visualization.md page by dennisbrookner in https://github.com/rs-station/matchmaps/pull/37
* Fix crash when `--input-dir` and `--output-dir` match by dennisbrookner in https://github.com/rs-station/matchmaps/pull/39


**Full Changelog**: https://github.com/rs-station/matchmaps/compare/v0.6.1...v0.6.2

0.6.1

This PR doesn't include any material change to the outputs of matchmaps. The inclusion of FoFc coefficients in phenix outputs is purely for comparative analysis and does not affect the matchmaps difference map. Changes in map normalization lead to changes in contour levels, but not in the appearance of maps themselves when viewed at appropriate contour.

What's Changed
* Phenix outputs include FoFc map coefficients by dennisbrookner in https://github.com/rs-station/matchmaps/pull/30
* Implement proper map normalization by dennisbrookner in https://github.com/rs-station/matchmaps/pull/31


**Full Changelog**: https://github.com/rs-station/matchmaps/compare/v0.6.0...v0.6.1

0.6.0

Changes to solvent-region behavior

This release includes two PRs, 27 and 28 , which enhance the ability of `matchmaps` to show difference density far away from the protein model.

27 adds an `--unmasked-radius` parameter which changes the behavior of the `XXX_unmasked.map` output difference map. This map now incudes voxels up to `--unmasked-radius` Angstroms away from the protein model. **The default radius for the unmasked difference map was also increased from 3 A to 5 A; this is a semi-breaking change.** If you would like your unmasked map to look the same as it did in `matchmaps < 0.6`, set `--unmasked-radius 3`. The regular, "masked" difference map continues to be masked at 2 A away from the protein model. This PR does not introduce the ability to change this.

28 introduces the `--no-bss` flag, which allows the user to turn off bulk-solvent scaling in `phenix.refine`. For reverse compatibility, the default (no flag) continues to be that bulk-solvent scaling **is** included. This flag takes no argument, so simply add the flag to turn off BSS. The rationale for this feature is that signal for an unmodeled ligand or protein conformation may be altered by bulk-solvent scaling when this unmodeled signal lies in the solvent region. Turning off BSS can be thought of as a sort of "lazy polder map."

Two other minor changes described below:
- Reflection files may now be supplies using `.cif` files as an alternative to `.mtz` files. This makes `matchmaps` fully compatible with both mmCIF and sfCIF file types.
- `matchmaps` now writes out a shell script which can be used to re-run the same command (and of course, which can also be edited to run a slightly different command). This file is called `run_matchmaps.sh` by default; this name can be changed via the new `--script` flag. The script is written out to the ***current working directory*** to ensure compatibility with the input and output paths provided.

Auto-generated summary of changes
* ci(dependabot): bump actions/checkout from 3 to 4 by dependabot in https://github.com/rs-station/matchmaps/pull/22
* ci(dependabot): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 by dependabot in https://github.com/rs-station/matchmaps/pull/25
* Support sfCIF files as alternatives to MTZs by dennisbrookner in https://github.com/rs-station/matchmaps/pull/26
* Add `--unmasked-radius` parameter to change the behavior of the unmasked difference map by dennisbrookner in https://github.com/rs-station/matchmaps/pull/27
* Add `--no-bss` flag to optionally turn off bulk-solvent scaling in phenix.refine by dennisbrookner in https://github.com/rs-station/matchmaps/pull/28
* Write out `.sh` file for reproducing command by dennisbrookner in https://github.com/rs-station/matchmaps/pull/29

New Contributors
* dependabot made their first contribution in https://github.com/rs-station/matchmaps/pull/22

**Full Changelog**: https://github.com/rs-station/matchmaps/compare/v0.5.0...v0.6.0

0.5.0

The pre-print is out! [Read it here](https://www.biorxiv.org/content/10.1101/2023.09.01.555333v1). This is what's leading to the semi-arbitrary bumping all the way up to 0.5. Online documentation is now much more extensive.

What's Changed
* Update quickstart guide by dennisbrookner in https://github.com/rs-station/matchmaps/pull/21
* Support `.cif` inputs as alternatives to `.pdb` by dennisbrookner in https://github.com/rs-station/matchmaps/pull/23
* Update docs to link to pre-print and describe algorithm by dennisbrookner in https://github.com/rs-station/matchmaps/pull/24


**Full Changelog**: https://github.com/rs-station/matchmaps/compare/v0.4.1...v0.5.0

0.4.1

What's Changed
* patch bug in version utility by dennisbrookner in https://github.com/rs-station/matchmaps/pull/20


**Full Changelog**: https://github.com/rs-station/matchmaps/compare/v0.4.0...v0.4.1

0.4.0

This release brings `matchmaps` much closer to a final, stable codebase. 18 is a significant overhaul of the file i/o. It ***may*** have the side benefit of Windows compatibility, but I can't guaranteed this. 17 and 19 are both needed, common-sense updates to the algorithm. Additionally, 19 adds a `matchmaps.version` utility to print the package version to the command line. PR descriptions below.

What's Changed
* add rs favicon to site by dennisbrookner in https://github.com/rs-station/matchmaps/pull/16
* Implement resolution truncation between scaling and refinement by dennisbrookner in https://github.com/rs-station/matchmaps/pull/17
* Handle all filenames with `pathlib` by dennisbrookner in https://github.com/rs-station/matchmaps/pull/18
* Normalize by dennisbrookner in https://github.com/rs-station/matchmaps/pull/19


**Full Changelog**: https://github.com/rs-station/matchmaps/compare/v0.3.1.2...v0.4.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.