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

organism ordering issue in merge_organisms #26

Open
kzuberi opened this issue Feb 5, 2015 · 0 comments
Open

organism ordering issue in merge_organisms #26

kzuberi opened this issue Feb 5, 2015 · 0 comments

Comments

@kzuberi
Copy link
Contributor

kzuberi commented Feb 5, 2015

The process to merge multiple single organisms databases into one multi-org db described here gets confused if the organisms to combine are not in order by id.

The workaround for now is to make sure to specify the organisms by ascending organism id with the 'orgs' config argument on the command-line.

Two fixes are necessary to the merge_organisms.py script:

  • check if organism ids don't collide, if not, then never attempt to renumber them
  • if they do collide, must also renumber the id of the go annotation set used for enrichment, which by convention has the same id
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

1 participant