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

add orig_id as an attribute to our feature #2002

Closed
nathandunn opened this issue Jan 14, 2019 · 4 comments
Closed

add orig_id as an attribute to our feature #2002

nathandunn opened this issue Jan 14, 2019 · 4 comments
Assignees
Milestone

Comments

@nathandunn
Copy link
Contributor

ID is lost because we use unique_names in order to support multiple tracks. We should keep it that way, but add the original id as an attribute so that it can be replaced on export: orig_id=XX11

@nathandunn nathandunn added this to the 2.2.1 milestone Jan 14, 2019
@nathandunn nathandunn self-assigned this Jan 14, 2019
@nathandunn
Copy link
Contributor Author

@Juke34

@nathandunn
Copy link
Contributor Author

@Juke34 this is done.

Note you have to configure apollo-config.groovy so that set_orig_id=true

https://github.com/GMOD/Apollo/blob/master/grails-app/conf/Config.groovy#L218

It sets an attribute orig_id which shows up as a property (and exports in GFF3).

@stiobhan
Copy link

@Juke34 this is done.

Note you have to configure apollo-config.groovy so that set_orig_id=true

Just to clarify, it is store_orig_id as written in the config file you linked, and not set_orig_id, correct?

@nathandunn
Copy link
Contributor Author

@stiobhan / @Juke34 Yes, you are right . it should be store_orig_id . . Apologize for that. It should be correct here, but let me know if not:

https://genomearchitect.readthedocs.io/en/latest/Configure.html?highlight=store_orig_id

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

No branches or pull requests

2 participants