Kevin Wyllie Week 3

From LMU BioDB 2015
Revision as of 19:29, 18 September 2015 by Kwyllie (Talk | contribs) (Began the week 3 individual assignment; just saving my progress in case of timeout.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Journal Week 3

Complement of a Strand

KwComplementary strand.jpg

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/"