1
0
Fork 0

Finish putting the right banner on science posts that did not have tags

This commit is contained in:
Luca Beltrame 2015-05-27 22:29:49 +02:00
parent 004096730a
commit eeced93dae
57 changed files with 114 additions and 0 deletions

View file

@ -10,6 +10,8 @@ categories:
- General
- Linux
- Science
header:
image_fullwidth: banner_other.jpg
---
In the past two days I've written a simple annotator program, that given an input list of RefSeq genes, automatically determines the relevant Entrez Gene IDs and annotates them using the flat files provided by the [NCBI](http://www.ncbi.nlm.nih.gov). A direct conversion was not possible due to limitations in Biopython's parsers, but I managed to use the GenBank parser to identify and extract the references to the Gene IDs (and putting them in a list).