public
Description: repository for the code featured in the blog
Homepage: http://python.genedrift.org
Clone URL: git://github.com/nuin/beginning-python-for-bioinformatics.git
100755 7 lines (5 sloc) 0.133 kb
1
2
3
4
5
6
7
#! /usr/bin/env python
 
'''first script featured on the website
like a hello world'''
 
myDNA = "ACGTACGTACGTACGTACGTACGT"
print myDNA