Skip to content

Commit

Permalink
Set the default value of floor to false
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed Sep 5, 2023
1 parent 0659b64 commit 4c3f512
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,22 @@
### Removed

- N/A

## [0.2.4] - 2023-09-05

### Added

- N/A

### Changed

- Fix the color scale of the protein to show only white when the domain of the data is [0, 0].
- Set the default value of `floor` to `false`.

### Deprecated

- N/A

### Removed

- N/A
2 changes: 1 addition & 1 deletion v0/js/tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export class Tool {
json: true,
},
summary: { abbrev: "s", default: "sum", json: false },
floor: { abbrev: "f", default: true, json: false },
floor: { abbrev: "f", default: false, json: false },
mutations: { abbrev: "m", default: false, json: false },
proteinRepresentation: { abbrev: "pr", default: "cartoon", json: false },
selectionRepresentation: {
Expand Down

0 comments on commit 4c3f512

Please sign in to comment.