prev

Assignment 4

next

Write a C program to compute the specified statistics on a file of DNA sequences.

INPUT:

The program will read data from standard input using fgets. The data will be the contents of a DNA sequence file which will be in the FASTA format:

OUTPUT:

Hints

Input Data Files