CONECT/LINK line-length bug fix for the PDB Parser (already in BioJava Master branch).#707
Merged
josemduarte merged 2 commits intobiojava:bugfixes-4.2from Oct 19, 2017
Merged
Conversation
…usually indicative of misformated lines. Added line length checks within the LINK and CONECT parsing blocks to allow for short lines to be parsed.
josemduarte
requested changes
Sep 12, 2017
Contributor
josemduarte
left a comment
There was a problem hiding this comment.
Looks good, thanks! Only 2 minor comments
| else if (recordName.equals("TURN")) pdb_TURN_Handler( line ) ; | ||
| } | ||
| } catch (StringIndexOutOfBoundsException ex) { | ||
| logger.info("Unable to parse [" + line + "]"); |
Contributor
There was a problem hiding this comment.
This should be warn level
|
|
||
| /** | ||
| * This class will test parsing short CONECT lines. | ||
| * <p>(c) 2016 DNASTAR, Inc.</p> |
Contributor
There was a problem hiding this comment.
Please remove this for biojava code
Contributor
|
This solves #705, doesn't it? |
Contributor
|
@larsonmattr any chance to make the changes above before merging? |
Contributor
Author
|
Jose,
My apologies that this fell off of my radar. I will make the fixes.
…On Wed, Oct 18, 2017 at 11:15 AM, Jose Manuel Duarte < ***@***.***> wrote:
@larsonmattr <https://github.com/larsonmattr> any chance to make the
changes above before merging?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#707 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHHQJtuWSSBhQCCLhICMT2Y6rwbToioyks5stiQPgaJpZM4PTztS>
.
--
Matt Larson, PhD
Madison, WI 53705 U.S.A.
|
Contributor
Author
|
Thanks -
I've updated the change to fix the issues you highlighted.
…On Wed, Oct 18, 2017 at 12:13 PM, Matt Larson ***@***.***> wrote:
Jose,
My apologies that this fell off of my radar. I will make the fixes.
On Wed, Oct 18, 2017 at 11:15 AM, Jose Manuel Duarte <
***@***.***> wrote:
> @larsonmattr <https://github.com/larsonmattr> any chance to make the
> changes above before merging?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#707 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AHHQJtuWSSBhQCCLhICMT2Y6rwbToioyks5stiQPgaJpZM4PTztS>
> .
>
--
Matt Larson, PhD
Madison, WI 53705 U.S.A.
--
Matt Larson, PhD
Madison, WI 53705 U.S.A.
|
josemduarte
approved these changes
Oct 19, 2017
Contributor
|
Thanks @larsonmattr. I'll release a new bugfix version today that will contain this and other small maintenance fixes. |
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.
These are line-length bug fixes which are in the Master BioJava branch but not in the bugfixes-4.2 (4.2.8 branch).