Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prestevez committed Jun 21, 2015
1 parent fa84def commit e9a0fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ More information on the course can be found on its [home page](http://www.cs.ucl

The script puts together a collection of functions that essentially import a fastafile containing sequences of DNA and produce a fastafile with the most likely protein sequence for each DNA sequence.

The steps in the script are roughly the following:
The steps in the script are roughly the following:
1. Reads in the fasta file
2. Stores the sequences in a dictionary
3. Generates the six possible frames for each sequence (+1, +2, +3 and -1, -2, -3)
Expand Down

0 comments on commit e9a0fa1

Please sign in to comment.