Difference between revisions of "KSherbina Week 3"
From LMU BioDB 2013
(Added some comments about using XMLPipeDB Match to find pattern within sequence.) |
(Added some more comments about grep.) |
||
| Line 2: | Line 2: | ||
:<!-- . : means ''wildcard''; doesn't matter what nucleotides they are--> | :<!-- . : means ''wildcard''; doesn't matter what nucleotides they are--> | ||
:<!-- ^ : search for pattern at the beginning of a line--> | :<!-- ^ : search for pattern at the beginning of a line--> | ||
| + | |||
| + | <!--grep "ba*"--> | ||
| + | :<!-- * : 0 or more of the symbol preceding *--> | ||
<!--XMLPipeDB Match Practice Task 1--> | <!--XMLPipeDB Match Practice Task 1--> | ||