Use pandas to handle merging our table.
authorDiane Trout <diane@ghic.org>
Mon, 4 May 2015 22:24:21 +0000 (15:24 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 4 May 2015 22:24:21 +0000 (15:24 -0700)
commit216f33a91afbb7263476801ec06f636c8c78d702
treef0546ddbcd3566ebf9905478528a7d8e2ab9002f
parentee247d7baddc8df0bbe82c7024631b64afdc060e
Use pandas to handle merging our table.

My dictionary implementation had trouble when there were
different ids in different files.
(It'd end up with lists that were to short)
translate_tsv_genes.py