GELOG / variantminer

A web UI over genomic data
Apache License 2.0
0 stars 1 forks source link

Import Genenames #15

Open davidonlaptop opened 9 years ago

davidonlaptop commented 9 years ago

Write a script which can import the HUGO gene names into the modified ADAM format.

http://www.genenames.org/cgi-bin/statistics

If possible, the script should be written in Python.

The data can be imported using TSV, JSON, or CUSTOM format. The preferred format would be TSV unless it makes the things more complicated. (TSV is always faster than JSON to parse).