```{title: "Week 02 Question Set"} author: "Claudia-Halibut" ``` ```{} a) **What do you feel was the most impressive thing you did in class last week was?** I have never had the chance to take sequencing data then analyze it through any form of software. Typically I stop at creating the DNA libraries, so seeing all the potential of the software open up has been impressive.By that I mean seeing the sequencing reads actually get graphed out into readable material. b) **What is your weekly goal for making progress on your project? What is the next step?** I do not have any data for my project, so I do not quite know yet, but I will figure it out! The next step is to talk to Dr. Roberts and discuss the details for my class project. I assume my next steps would be familiarizing myself with whatever data I do recieve. c) **There were two readings this week not from the textbook, meant for two different audiences. Which reading did you get the most out of and why? Do you have any questions regarding the Journal of Shellfish Research paper?** I got the most out of the shellfish document, especially as someone just starting to analyze sequencing data, because the document provides a lot of baseline information. On software available, EpiRADseq, or even approches to sequencing reads. Even with the paper being published in 2018, the technology might advance, but the info is equally useful. d) **What is your favorite thing about markdown and why?** There are so many cool features I am discovering; Right now I really enjoy the translate function because it seems like an effective way to alter tables. I also enjoy rerouting the file, which I think is done with the > symbol. e) **What is the differnce between `curl` and `wget`? When would you used one over the other? Curl is a funtion that sends files to stdout or another output directory. Basically the files you input are piped outward, plus it supports multiple file types. Wget uses only the command line, but it pulls the data of whatever line you call into the command line ```