SynBioDex / libSBOLj

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

getImpliedNucleicAcidSequence does not work with multiple ranges #599

Open cjmyers opened 4 years ago

cjmyers commented 4 years ago

The getImpliedNucleicAcidSequence function does not correct insert sequence elements from components with multiple range locations. It should sort the list of ranges, then insert the bases in order into the specified ranges.