SynBioDex / libSBOLj

Java Library for Synthetic Biology Open Language (SBOL)
Apache License 2.0
37 stars 24 forks source link

Flipping orientation with an all caps sequence creates N's. #564

Closed SamuelSauce closed 5 years ago

SamuelSauce commented 5 years ago

When flipping the orientation of a part that has an all caps sequence, the base pairs are usually changed to reflect their complementary base pair. When the method 'Sequence.reverseComplement()' is called, it does not recognize an all caps sequence, thus does not properly flip the sequence.

cjmyers commented 5 years ago

@SamuelSauce have you fixed this one?

cjmyers commented 5 years ago

Fixed by PR #567