-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implementation for SBOL2<-->SBOL3 converter #222
Conversation
… the SBOL3To2ConversionVisitor class to comply with variable naming conventions
@Yehuda-Binik : there are some files that shouldn't have been checked in that were checked in. Can you please remove the |
@jakebeal I removed the |
Thank you! Adding to .gitignore is fine and helpful. I will review the PR in detail now. |
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.
There's some minor cleanup needed - the substance of the changes is all good, I just need you to remove the accidental check-ins and unnecessary space changes.
test/test_files/sbol3_genbank_conversion/ignoring_sbol_properties.nt.test
Outdated
Show resolved
Hide resolved
Removed unnecessary comment
Deleted a file that was accidentally checked in
…ies.nt.test This file was accidentally checked in.
Removed unnecessary and superfluous formatting changes.
Removed two commented out lines of code that were useful during testing, but no longer needed
I removed the two accidentally checked-in files deleted 3 unnecessary comments (the unneeded |
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.
Code looks good, and the two errors are, I believe, only from the secret-requiring tests that are not affected by this PR
In the new converter, I completed the
visit_implementation
function for both theSBOL3To2ConversionVisitor
andSBOL2To3ConversionVisitor
classes. I also added two test cases to test my code using the SBOL3 implementation.nt file from the SBOLTestSuite.