You are suggested to use the teaching servers burrow.soic.indiana.edu, hulk.soic.indiana.edu or tank.soic.indiana.edu to complete programming assignments and group projects.

Basic unix operations: cp; mkdir; editing tools; compiling.

First programming exercise: to compute nucleotide frequency in E. coli genome

1. Download E. coli genome sequence from NCBI; use "E. coli str. K-12 substr. MG1655" for nucleotide

2. Implement an algorithm to compute the nucleotide frequencies. You can discuss in groups.