-
Notifications
You must be signed in to change notification settings - Fork 397
#855 make or read genbank file error when feature spans zero point of circular sequence #872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…tions spanning sequence end.
…ters more may be less readable I changed strategy and configured parser class.
…anning the end point. Location contract wants sublocations
…ger. This fix should be propagated to Location class and related.
josemduarte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to me. Only one minor comment
biojava-core/src/main/java/org/biojava/nbio/core/sequence/location/InsdcLocations.java
Show resolved
Hide resolved
|
By the way, I may just miss some pieces or a different way to represent it, does AbstractSequence misses a kind of isCircular property? Would it be good to add? |
josemduarte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
I will merge this by end of week if there are no other comments. I'll then produce a new release. |
|
Thank you @josemduarte @paolopavan, I will review and test this week. |
|
@heuermh any comments? or shall we merge? |
|
Looks good to me. Thanks @paolopavan! |
This PR addresses issue #855