Monthly Archives: June 2013

Big Data in Biology

http://www.nature.com/nature/journal/v498/n7453/full/498255a.html

Posted in Articles, Links | Leave a comment

test vcf_reader

once you get a virtualenv set up and pyvcf installed, you can work with vcf files: import vcf with open(‘F0–R0.vcf’) as vcf_reader: for record in vcf_reader: print(record)

Posted in Bioinformatics, Python, virtualenv | Leave a comment

leaving virtualenv

(Python)flcellogrl@purplebanyan:/home$ deactivate

Posted in Python | Leave a comment