GeneMANIA / pipeline

GeneMANIA data processing pipeline
1 stars 1 forks source link

organism ordering issue in merge_organisms #26

Open kzuberi opened 9 years ago

kzuberi commented 9 years ago

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: