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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ First, we will need to activate a conda environment, and then install the latest
128
128
While in the `accessing-ancient-metagenomic-data` conda environment, run the following command to load the GUI into your web-browser. If the browser doesn't automatically load, copy the IP address and paste it in your browser's URL bar.
129
129
130
130
```bash
131
-
AMDirT viewer
131
+
amdirt viewer
132
132
```
133
133
134
134
:::{.callout-note}
@@ -337,7 +337,7 @@ As in note above sometimes not all citation information can be retrieved using w
337
337
338
338
### AMDirT download and convert
339
339
340
-
If you're less of a GUI person and consider yourself a command-line wizard, you can also use the `AMDirT download` and `AMDirT convert` commands instead of the GUI version.
340
+
If you're less of a GUI person and consider yourself a command-line wizard, you can also use the `amdirt download` and `amdirt convert` commands instead of the GUI version.
341
341
342
342
Make a new directory called `cli`, and change into it.
343
343
@@ -347,12 +347,12 @@ mkdir cli && cd cli/
347
347
348
348
In this case you must supply your own filtered AncientMetagenomeDir samples table, and use command line options to specify which files to generate.
349
349
350
-
For this, we will download the samples table, use a bit of bash filtering, and then use the `AMDirT convert` command to generate the same downstream-ready files as we did with the GUI.
350
+
For this, we will download the samples table, use a bit of bash filtering, and then use the `amdirt convert` command to generate the same downstream-ready files as we did with the GUI.
351
351
352
352
First we can download the ancientsinglegenome-hostassociated samples table with the following command.
This has downloaded a new file called `AncientMetagenomeDir_filtered_libraries.tsv`, which we can then further filter in the same away to match the desired libraries as we picked during the GUI section of the tutorial!
Then with these two filtered files, one for samples,and one for libraries, we can supply them to the `convert` command to generate the same download scripts, eager input samplesheet, and citation `.bib` file as we did before!
You should see a few messages saying `Writing <XYZ>`, and then if we run `ls`, you should see the same resulting files starting with `AncientMetagenomeDir_` as before with the GUI!
@@ -424,13 +424,13 @@ You can calculate this with the CLI method as follows.
Copy file name to clipboardExpand all lines: ancient-metagenomic-pipelines.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ nextflow pull nf-core/eager
147
147
148
148
Next we can re-visit AMDirT (see [Accessing Ancient Metagenomic Data](accessing-ancient-metagenomic-data.qmd), [@Borry2024-dz]) to download a pre-prepared configuration file for nf-core/eager
149
149
150
-
1. Load AMDirt (`AMDirT viewer`), and select the latest release and the 'ancientsinglegenome-hostassociated' table
150
+
1. Load AMDirt (`amdirt viewer`), and select the latest release and the 'ancientsinglegenome-hostassociated' table
151
151
2. Filter the `sample_name` column to just show KZL002 and GLZ002, and select these two rows
0 commit comments