You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: accessing-ancient-metagenomic-data.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ You can reorder columns by clicking on the column name, and also filter by press
153
153
154
154
As an exercise, we will try filtering to a particular set of samples, then generate some download scripts, and download the files.
155
155
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].
157
157
158
158
{#fig-accessingdata-projectfilter fig-align="center"}
Copy file name to clipboardExpand all lines: git-github.qmd
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -309,10 +309,10 @@ We can now run through the some of the concepts we learnt in the [Basic Workflow
309
309
310
310
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!
311
311
312
-
To start, make sure you're in this session directory
312
+
To start, make sure you're in this chapter's directory
313
313
314
314
```bash
315
-
mkdir /<path>/<to>/git-github
315
+
cd /<path>/<to>/git-github
316
316
```
317
317
318
318
### git clone
@@ -326,12 +326,13 @@ With `clone` we are making a copy of the _remote_ repository, and linking it so
326
326
To make the 'copy', navigate to our new repo:
327
327
328
328
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.
331
332
332
333
{#fig-gitgithub-clonebutton}
333
334
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.
0 commit comments