Skip to content
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

Assemble sequences with multiple locations #106

Open
bbartley opened this issue Oct 25, 2019 · 2 comments
Open

Assemble sequences with multiple locations #106

bbartley opened this issue Oct 25, 2019 · 2 comments
Assignees

Comments

@bbartley
Copy link
Contributor

bbartley commented Oct 25, 2019

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.

@tcmitchell
Copy link
Collaborator

See SynBioDex/libSBOL#216

@jakebeal jakebeal added this to the 2.3.3 milestone Nov 14, 2019
@bbartley bbartley removed this from the 2.3.3 milestone Dec 6, 2019
@bbartley
Copy link
Contributor Author

bbartley commented Dec 6, 2019

Postponed from 2.3.3 milestone until later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants