<aside> 🔅 Use cmd/ctrl+shift+l to switch between light/dark display mode.

</aside>

Related Pull Request:

https://github.com/SynBioDex/SBOL-utilities/pull/160

Change Log:

Changes::

Pending Fixes:

complement(join(1603..1891,2322..2438,2538..2633,2801..2843,
                     2918..3073,3167..3247,3874..3972,4082..4637))

But once this is round-tripped to return the sequence2_modified.gb file inside the test/test_files directory, the location becomes:

complement(join(4082..4637,3874..3972,3167..3247,
                     2918..3073,2801..2843,2538..2633,2322..2438,1603..1891))

The order inside the join operator reverses, and I am struggling to understand how to deal with this issue. I think this is related to the previous point, and maybe the operator used should not be "join" here.

Discussion:

In the previous blog, I discussed the addition of a conversion method for the opposite direction of conversion, i.e., SBOL3 → GenBank. Here, I shall discuss the handling of features with multiple locations and how they will further be stored.