From: Mike Jackson Date: Wed, 3 Apr 2013 08:59:26 +0000 (-0700) Subject: Added relative link to dna.py X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2fbbfc4d5ac30e1e388c21a816bbbda805f5a7ba;p=swc-testing-nose.git Added relative link to dna.py --- diff --git a/testing/Writing.md b/testing/Writing.md index b9f5614..17cc63b 100755 --- a/testing/Writing.md +++ b/testing/Writing.md @@ -1,6 +1,6 @@ ## Let's start writing some tests -In the file `dna.py` we have a Python dictionary that stores the molecular weights of the 4 standard DNA nucleotides, A, T, C and G, +In the file `[dna.py](python/dna/dna.py)` we have a Python dictionary that stores the molecular weights of the 4 standard DNA nucleotides, A, T, C and G, NUCLEOTIDES = {'A':131.2, 'T':304.2, 'C':289.2, 'G':329.2}