Kevin Wyllie Week 3

From LMU BioDB 2015
Revision as of 23:41, 19 September 2015 by Kwyllie (Talk | contribs) (Edited text to better explain the screenshot.)

Jump to: navigation, search

Journal Week 3

Complement of a Strand

Kwscreenshot1.jpg

Shown in green: the following command is used to open the file (using prokaryote.txt as an example),

cat prokaryote.txt

Shown in red: while the the following command is used to sequence the complementary strand (in the 5' -> 3' direction - thus the "rev" command),

cat prokaryote.txt | sed "y/atgc/tacg/" | rev