From a8ad9c6f06edb482f7dc0662523989591bef6bc8 Mon Sep 17 00:00:00 2001 From: Tyler Foster Date: Wed, 2 Feb 2022 10:22:12 -0600 Subject: [PATCH 1/2] Tfoster edits --- exercise/2nd_Exercise_File.md | 0 exercise/README.md | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 exercise/2nd_Exercise_File.md create mode 100644 exercise/README.md diff --git a/exercise/2nd_Exercise_File.md b/exercise/2nd_Exercise_File.md new file mode 100644 index 0000000..e69de29 diff --git a/exercise/README.md b/exercise/README.md new file mode 100644 index 0000000..957e145 --- /dev/null +++ b/exercise/README.md @@ -0,0 +1,2 @@ +The directory is pretty empty. This README markdown file is the only file in my current directory. + From 0dc260c1952e39279994daa6dfcd51b4621bce05 Mon Sep 17 00:00:00 2001 From: Tyler Foster Date: Wed, 2 Feb 2022 11:02:52 -0600 Subject: [PATCH 2/2] completed the unix exercise --- exercise/2nd_Exercise_File.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/exercise/2nd_Exercise_File.md b/exercise/2nd_Exercise_File.md index e69de29..74dbab7 100644 --- a/exercise/2nd_Exercise_File.md +++ b/exercise/2nd_Exercise_File.md @@ -0,0 +1,19 @@ +# This markdown file is for the first exercise of the class to familiarize ourselves with working with Github and Git within the Gitbash terminal + + +## Things that I find confusing about Git: +1. To utilize a form of markdown, I had to clone the repository from Github and I cloned it to my desktop. Now, I can no longer delete it off of my desktop. What did I do wrong and how can I remove it? +2. I do not really have anyone to work through all of this with so I've been having to learn on my own (outside of class) and it can be difficult at times. I'm learning, it is just rough translating what you want to do in your mind into code that the terminal can read. + + +Useful commands | Description +--- | --- +git status | Check for the status of a local file +git log | Check the log of snapshots and commit messages +git branch | Check which branch you are on +nano README.md | Make changes to a markdown file in terminal called "README.md" +mkdir | Make a directory +cd | Change directory + + +_My research involves working with maize sweetcorn and field corn genotypes to identify [spontaneous haploid genome doubling](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7154852/) by genomewide association and QTL mapping. Computation skills will help with my research as the GBS data I am trying to work with is a 5M SNP file that is just too large for any desktop to work with. Therefore, obtaining experience using Gitbash and the cluster is needed to run analysis for my research. I can run GWAS, just working with such large datasets is what has been giving me troubles and I'm optimistic that this class will help in that._