Added jdblischak's testing content from 2013-06-chicago
[swc-testing-nose.git] / python / testing / example2 / calculate_gc.py
1 def calculate_gc(x):
2     '''
3     Calculates the GC content of DNA sequence x.
4     '''
5     pass