-
Notifications
You must be signed in to change notification settings - Fork 85
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
annotate genes split across scaffolds #51
Comments
Absolutely, it was one of the things written about in the proposal. It's -S On Wed, Oct 22, 2014 at 6:15 PM, Nathan Dunn notifications@github.com
|
The architecture is setup to support this, but almost all of the code I converted from 1.0 assumed that there would always be a single feature location per feature. |
So . . the issue is that instead of a sequence we are passing in a bookmark and based on that bookmark some location information. location + bookmark -> reverse-projected location + sequence So there is a ton of code relating to this in FeatureService . . . mostly it just needs to be generalized for location.
|
Basically a Feature should have multiple feature locations . . and of course those feature locations should be able to go to different reference sequences. The data structures are setup correctly for this BUT we need to make this something we can support within the code as everywhere the assumption is that there only ever be a single location. |
In branch: multiscaffold_feature |
this works except for #1205 , setting the longest ORF. Finishing up there. |
The text was updated successfully, but these errors were encountered: