Difference between revisions of "Stephen Louie Week 3"
From LMU BioDB 2013
(Added "complement of a strand") |
(Edited "complement of a strand") |
||
Line 5: | Line 5: | ||
==Complement of a Strand== | ==Complement of a Strand== | ||
− | The command I used to get the complement strand was | + | The command I used to get the complement strand was: |
+ | cat prokaryote.txt | sed "y/atcg/tagc/" |
Revision as of 00:24, 13 September 2013
Where's your stuff?
The icon changed from a note to a webpage
Complement of a Strand
The command I used to get the complement strand was:
cat prokaryote.txt | sed "y/atcg/tagc/"