Skip to content

Assemble sequences with multiple locations #106

Description

@bbartley

We can represent an insertion into a genome by giving two Location objects to describe where the old genome goes in the new genome. i.e., if we are putting in 2 kilobases starting at location 1001 in a length 10,000 genome, the Location assigned by a SequenceAnnotation to the Component would be Location is 1-1000 and Location is 3001-12000.

Right now, however, pySBOL will not stitch together the pieces correctly, when asked to assemble this sequence.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions