Journal Week 3
Complement of a Strand
The following command is used to open the file (using prokaryote.txt as an example),
cat prokaryote.txt
while the the following command is used to sequence the complementary strand.
cat prokaryote.txt | sed "y/atgc/tacg/"