views:

40

answers:

1

Hello,

I want to screen a particular column in a table using biopython. I want to parse the table and retain only entries not having "empty spaces" in a particular column. Please any ideas?

A: 

use numpy's genfromtxt: http://www.scipy.org/Cookbook/InputOutput

dalloliogm