This document outlines Assignment 4 for CSCI 132, which involves writing shell scripts to analyze DNA sequences and PDB files. The first part requires a script to count codon frequencies in a DNA string, with error checking for file validity and format. The second part involves extracting atom coordinates from a PDB file, also with file validation, and both scripts must follow specified grading criteria for correctness, clarity, and efficiency.