Finish putting the right banner on science posts that did not have tags
This commit is contained in:
parent
004096730a
commit
eeced93dae
57 changed files with 114 additions and 0 deletions
|
@ -8,6 +8,8 @@ title: Bioinformatics != sequence analysis
|
|||
wordpress_id: 226
|
||||
categories:
|
||||
- Science
|
||||
header:
|
||||
image_fullwidth: banner_other.jpg
|
||||
---
|
||||
|
||||
This post sums up my frustration in trying to use Python for my daily work. Like Perl and Ruby, it has [its own Bio version](http://biopython.org) to deal with biological data. However, the current implementation leaves a lot to be desired. A lot of stuff that doesn't deal with sequence analysis, even for simple tasks such as fetching annotations from [Entrez Gene](http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=gene), is missing (but present in Bioperl, for example). Also, documentation for some modules is lacking or non-existant (why keeping a parser for Affymetrix CEL files when there are no information on how to use it, let alone know which formats does it support?). Basically, maintenance is good for everything related to sequence analysis... the rest is somewhat in slumber.
|
||||
|
|
Reference in a new issue