Skip to content
Haries Ramdhani edited this page Jan 18, 2017 · 5 revisions

Day 0 - January 17th 2017

I started with reading the 'Entrez Programming Utilities Help' from the GEO Programming Access page that Prof. Tunahan gave the other day, to get a grasp of what was that. I started designing the program in a piece of paper and implemented it on Python3, using three different libraries; re for the regular expression job, argparse for the argument parsing job and urllib for requesting the xml from the NCBI GEO Database.

Clone this wiki locally