Skip to content

Commit 3b3d047

Browse files
committed
Minor typoi fixes
1 parent 99f9f61 commit 3b3d047

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

accessing-ancient-metagenomic-data.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can reorder columns by clicking on the column name, and also filter by press
153153

154154
As an exercise, we will try filtering to a particular set of samples, then generate some download scripts, and download the files.
155155

156-
First, filter the _project_name_ column to 'Muhlemann2020' from [@M_hlemann_2020, @fig-accessingdata-projectfilter].
156+
First, filter the _project_name_ column to 'Muhlemann2020' (@fig-accessingdata-projectfilter) to select data from [@M_hlemann_2020] .
157157

158158
![The AMDirT viewer with a filter menu coming out of the project name column, with an example search of the project 'Muhlemann2020' in the search bar.](assets/images/chapters/accessing-ancient-metagenomic-data/fig-accessingdata-projectfilter.png){#fig-accessingdata-projectfilter fig-align="center"}
159159

git-github.qmd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@ We can now run through the some of the concepts we learnt in the [Basic Workflow
309309

310310
This can be boiled down to just _six_ that we really need to work with for Git(Hub) for basic version control of all our software, scripts, and (small) data!
311311

312-
To start, make sure you're in this session directory
312+
To start, make sure you're in this chapter's directory
313313

314314
```bash
315-
mkdir /<path>/<to>/git-github
315+
cd /<path>/<to>/git-github
316316
```
317317

318318
### git clone
@@ -326,12 +326,13 @@ With `clone` we are making a copy of the _remote_ repository, and linking it so
326326
To make the 'copy', navigate to our new repo:
327327

328328
1. Select the green code dropdown button (@fig-gitgithub-clonebutton)
329-
2. Make sure to select SSH
330-
3. Copy the full address `git@github.com<...>` as shown below in @fig-gitgithub-clonebutton.
329+
2. Switch to the 'local' tab
330+
3. Switch to the 'SSH' sub-tab
331+
4. Copy the full address `git@github.com<...>` as shown below in @fig-gitgithub-clonebutton.
331332

332333
![Screenshot of the GitHub repository interface with the green 'code' drop down button pressed, and the menu showing the 'clone' information for SSH cloning (i.e., the copyable SSH address)](assets/images/chapters/git-github/git_clone.png){#fig-gitgithub-clonebutton}
333334

334-
Back at our command line, clone the repo as follows.
335+
Back at our command line, we can clone the repository with a command that look something along the lines of the following.
335336

336337
```bash
337338
git clone git@github.com:<YOUR_USERNAME>/<YOUR_REPO_NAME>.git

0 commit comments

Comments
 (0)