* The mRNA sequence will be transcribed from the transcription start site all the way to the end of the terminator. To simplify this solution, I created a command to perform the computation for me. In order to do this, I used the original command that I had used above. I knew I could delete everything before the transcription start site. If I placed a newline before the tss, I could remove the first line using the command "1D". However, this command could be further simplified. If I placed a newline before and after every tag, I could isolate the lines that contain nothing but tags, and remove them. Running the commands <code>sed "s/ //g" | sed -r "s/<|>/\n/g"</code> after the commands listed in the "terminator" part above, I was able to break the block of text into 29 lines, with the tag data to be removed on every other line starting at line 2. The data before the transcription start site was located on lines 1-10, and the data after the terminator was on line 29. Therefore, I could run the command <code>sed "1,10D;12D;14D;16D;18D;20D;22D;24D;26D;28,29D"</code> and delete every one of the unnecessary lines. Removing the newlines left me with a string of DNA that needed only the t's converted to u's. The final command and output is as follows:
 
* The mRNA sequence will be transcribed from the transcription start site all the way to the end of the terminator. To simplify this solution, I created a command to perform the computation for me. In order to do this, I used the original command that I had used above. I knew I could delete everything before the transcription start site. If I placed a newline before the tss, I could remove the first line using the command "1D". However, this command could be further simplified. If I placed a newline before and after every tag, I could isolate the lines that contain nothing but tags, and remove them. Running the commands <code>sed "s/ //g" | sed -r "s/<|>/\n/g"</code> after the commands listed in the "terminator" part above, I was able to break the block of text into 29 lines, with the tag data to be removed on every other line starting at line 2. The data before the transcription start site was located on lines 1-10, and the data after the terminator was on line 29. Therefore, I could run the command <code>sed "1,10D;12D;14D;16D;18D;20D;22D;24D;26D;28,29D"</code> and delete every one of the unnecessary lines. Removing the newlines left me with a string of DNA that needed only the t's converted to u's. The final command and output is as follows:
   Exception encountered, of type "Error"
[7eaed16e] /biodb/fall2015/index.php?diff=1681&oldid=1680&title=Nanguiano_Week_4 Error from line 434 of /apps/xmlpipedb/biodb/fall2015/includes/diff/DairikiDiff.php: Call to undefined function each()
Backtrace:
#0 /apps/xmlpipedb/biodb/fall2015/includes/diff/DairikiDiff.php(544): DiffEngine->diag()
#1 /apps/xmlpipedb/biodb/fall2015/includes/diff/DairikiDiff.php(344): DiffEngine->compareSeq()
#2 /apps/xmlpipedb/biodb/fall2015/includes/diff/DairikiDiff.php(227): DiffEngine->diffLocal()
#3 /apps/xmlpipedb/biodb/fall2015/includes/diff/DairikiDiff.php(721): DiffEngine->diff()
#4 /apps/xmlpipedb/biodb/fall2015/includes/diff/DairikiDiff.php(859): Diff->__construct()
#5 /apps/xmlpipedb/biodb/fall2015/includes/diff/DairikiDiff.php(980): MappedDiff->__construct()
#6 /apps/xmlpipedb/biodb/fall2015/includes/diff/TableDiffFormatter.php(194): WordLevelDiff->__construct()
#7 /apps/xmlpipedb/biodb/fall2015/includes/diff/DiffFormatter.php(140): TableDiffFormatter->changed()
#8 /apps/xmlpipedb/biodb/fall2015/includes/diff/DiffFormatter.php(82): DiffFormatter->block()
#9 /apps/xmlpipedb/biodb/fall2015/includes/diff/DifferenceEngine.php(888): DiffFormatter->format()
#10 /apps/xmlpipedb/biodb/fall2015/includes/diff/DifferenceEngine.php(802): DifferenceEngine->generateTextDiffBody()
#11 /apps/xmlpipedb/biodb/fall2015/includes/diff/DifferenceEngine.php(733): DifferenceEngine->generateContentDiffBody()
#12 /apps/xmlpipedb/biodb/fall2015/includes/diff/DifferenceEngine.php(662): DifferenceEngine->getDiffBody()
#13 /apps/xmlpipedb/biodb/fall2015/includes/diff/DifferenceEngine.php(632): DifferenceEngine->getDiff()
#14 /apps/xmlpipedb/biodb/fall2015/includes/diff/DifferenceEngine.php(453): DifferenceEngine->showDiff()
#15 /apps/xmlpipedb/biodb/fall2015/includes/page/Article.php(795): DifferenceEngine->showDiffPage()
#16 /apps/xmlpipedb/biodb/fall2015/includes/page/Article.php(506): Article->showDiffPage()
#17 /apps/xmlpipedb/biodb/fall2015/includes/actions/ViewAction.php(44): Article->view()
#18 /apps/xmlpipedb/biodb/fall2015/includes/MediaWiki.php(395): ViewAction->show()
#19 /apps/xmlpipedb/biodb/fall2015/includes/MediaWiki.php(273): MediaWiki->performAction()
#20 /apps/xmlpipedb/biodb/fall2015/includes/MediaWiki.php(566): MediaWiki->performRequest()
#21 /apps/xmlpipedb/biodb/fall2015/includes/MediaWiki.php(414): MediaWiki->main()
#22 /apps/xmlpipedb/biodb/fall2015/index.php(44): MediaWiki->run()
#23 {main}