- Initial release of the
configure_dms_viz
project.
- N/A (This is the first release)
- N/A (This is the first release)
- N/A (This is the first release)
- Make it possible to choose the colors on the negative color scale for each condition.
- N/A
- N/A
- N/A
- Make it possible to choose the colors on the negative color scale for each condition.
- Fixed a bug where the filter columns were used for both filter and tooltip columns regardless of user input.
- N/A
- N/A
- N/A
- Fixed a bug that occurs if
NaN
values are found in themetric
column. IfNaN
is present the visualization tool records these is 'observed' but 'filtered' due to the wayNaN
values are handled by the visualization. There is no reason to have measurements withNaN
in the metric column, so these are filtered out and the user is warned about their presence.
- N/A
- N/A
- Added tests/examples for three new datasets:
- Caelan's HIV DMS data
- Jesse's SARS-CoV-2 mutation fitness data
- The Lauring lab's IAV PB1 DMS data
- Configured the tests with
pytest
- N/A
- N/A
- N/A
- Add SARS-CoV-2 RBD antibody escape example
- Filter out sites that don't have any mutations
- Updated the descriptions for each test/example
- N/A
- N/A
- Add a subcommand that joins together datasets into a single JSON file.
- Breaking change that splits configure-dms-viz into to subcommads – format and join.
- N/A
- N/A
- Add the ability to include a 'chain' column in the sitemap to support discontinuous sites.
- N/A
- N/A
- N/A
- Add the ability to specify a default value for the filter sliders.
- N/A
- N/A
- N/A
- N/A
- It's now possible to include
protein_sites
proceed by insertion codes like (i.e. 52A, 214B, etc...). Previously,protein_sites
could only be numeric and non-numeric sites were ignored by thedms-viz
.
- N/A
- N/A
- Added a warning to
join
if twojson
datasets have the name top-level key/name.
- N/A
- N/A
- N/A
- Don't allow white space or empty strings for included/excluded chains.
- N/A
- N/A
- N/A
- N/A
- Sitemaps are now optional. If you do not provide one, all sites are sequential and the reference sites in your input data are the same as the protein sites.
- N/A
- N/A
- N/A
- When checking the protein structure, don't include site with non-matching wildtype resides as "missing".
- N/A
- N/A
- N/A
- Fix a bug where
protein
sites aren't properly mapped to the structure if they're of typeFloat
.
- N/A
- N/A
- Throw an error if the same chains are present in
included
andexcluded
chain lists
- N/A
- N/A
- N/A
- N/A
- Fixes a bug where the markdown description was included in the count of keys compared to the number of input files causing the join command to exit before completing.
- N/A
- N/A
- Added a flag (--heatmap-limits) to allow users to set the limits of the color scale.
- Added a human dataset (PTEN VAMPseq)
- Attempt to sort the reference sites when no sitemap is provided
- N/A
- N/A
- N/A
- Added a flag (--summary-stat) to allow users to set the default summary metric
- Added a flag (--floor) to allow users to set whether the data is floor by default
- N/A
- N/A
- N/A
- N/A
- Sort the keys in the output JSON to prevent overhead in
git
diffs.
- N/A
- N/A