first check of just removing redundant spaces#175
Closed
jpielesiak wants to merge 2 commits into
Closed
Conversation
redundant spaces are removed from the file
* refactor: gracefully handle missing residues in base pair conversion * build: bump org.immutables:value from 2.12.1 to 2.12.2 (#176) Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.12.1 to 2.12.2. - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](immutables/immutables@2.12.1...2.12.2) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: restart nucleotide numbering per strand in VARNA-TZ visualization * fix: remove onlyDotsMinuses guard from non-canonical drawing fallback * fix: send explicit strandBreaks to VARNA-TZ for strand boundary display The VARNA-TZ service detects strand breaks only via a numbering discontinuity heuristic in SVG post-processing. For 3D input the real PDB residue numbers are often continuous across chains (e.g. 2KBP chain A 1-12, chain B 13-24), so no break was drawn. Add an explicit strandBreaks field (0-based last index of each strand except the final) to StructureData and compute it from combinedStrand.strands() for both 2D and 3D paths. The service honors this in addition to the heuristic. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tomasz Zok <tomasz.zok@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contributor
|
Closed in favor of #179 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
redundant spaces are removed from the file