--- title: "week 04 question set" format: html editor: visual --- ``` a.**What is tmux and how does this relate to our current way of working on raven?** The tmux() function allows for the access of multiple terminals at one time. Which is important when processing sequencing data since it allows you to continue running your program while simulatneously working on raven (or whatever software) platform. b.**What is ssh and what would the code be you would type if you were going to ssh into raven?** SSH is a secure shell that allows remote access to another computer. You would navigate to your computer terminal then add the ssh function which is something like ssh [username]@[hostname]. c.**What has been the most challenging part of your research project? Are you happy with your organization skills? If not what could be improved?** The entire thing; I cannot get my files to properly download, but once they do download EVENTUALLY, I have to figured out how to unpack it all. I feel as though my organizational skills are off from an outside perspective, sort of in the event someone else needs to understand what I wrote, but if I add more detail then that makes the code a bit messy/congested. d.**For last weeks assignment what did you appreciate the most about knitting documents?** While I am still navigating submitting the HTML formatted knit document. I appreciate the concept of taking the data we have pulled so far then elevating it to another step. For example, using the echo functions to ask questions, then proceeding to add the code for a graph that will depict the visual representation. Typically I do one or the other, but not both in a report, so that has been appreciated so far. ```