Skip to content

Commit be0dea7

Browse files
committed
updated for v2.0.1
1 parent f624e84 commit be0dea7

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

posts/NAAM-02-preparation.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This workflow is distributed as a self-contained Singularity container image, wh
1919
The singularity container needs an image file to activate the precompiled work environment. You can download the required workflow image file (naam_workflow.sif) directly through the terminal via:
2020

2121
``` bash
22-
wget https://github.com/LucvZon/nanopore-amplicon-analysis-manual/releases/download/v2.0.0/naam_workflow.sif
22+
wget https://github.com/LucvZon/nanopore-amplicon-analysis-manual/releases/download/v2.0.1/naam_workflow.sif
2323
```
2424

25-
Or go to the [github page](https://github.com/LucvZon/nanopore-amplicon-analysis-manual/releases/tag/v2.0.0){target="_blank"} and manually download it there, then transfer it to your HPC system.
25+
Or go to the [github page](https://github.com/LucvZon/nanopore-amplicon-analysis-manual/releases/tag/v2.0.1){target="_blank"} and manually download it there, then transfer it to your HPC system.
2626

2727
### 1.2 Verify container {.unnumbered}
2828

posts/NAAM-06-sars_cov_2.qmd

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ Nextclade can utilize official and community datasets which are maintained at [g
77
## 5.1 How to use nextclade {.unnumbered}
88

99
Gather a list of all official and community datasets:
10-
```
10+
```bash
1111
nextclade dataset list
1212
```
1313

1414
Download an official or community dataset:
15-
```
15+
```bash
1616
nextclade dataset get --name '{dataset}' --output-dir '{output}'
1717
```
1818

1919
- `{dataset}` is the name of a dataset.
2020
- `{output}` is the location where the dataset will be downloaded.
2121

2222
Run nextclade:
23-
```
23+
```bash
2424
nextclade run \
2525
--input-dataset {dataset} \
2626
--output-all={output}/ \
@@ -37,10 +37,10 @@ When using Nextclade, make sure that the reference sequence of the dataset is th
3737

3838
## 5.2 Custom nextclade visualisation {.unnumbered}
3939

40-
If your Nextclade dataset contained a GFF3 annotation file for the reference sequence, then you can use the [viz_nextclade_cli.R](https://github.com/LucvZon/nanopore-amplicon-analysis-manual/tree/main/scripts) script to visualize the amino acid mutations per genetic feature.
40+
If your Nextclade dataset contained a GFF3 annotation file for the reference sequence, then you can use the [viz_nextclade_cli.R](https://github.com/LucvZon/nanopore-amplicon-analysis-manual/tree/main/scripts) script to visualize the amino acid mutations per genetic feature. The plots will be generated for each genetic feature of the reference sequence and are output as plotly and ggplotly versions.
4141

4242
Execute the following:
43-
```
43+
```bash
4444
Rscript viz_nextclade_cli.R \
4545
--nextclade-input-dir {input_dir} \
4646
--json-file {input.json} \
@@ -49,12 +49,10 @@ Rscript viz_nextclade_cli.R \
4949
```
5050

5151
- `{nextclade-input-dir}` is the output folder from the nextclade run (step 5.1).
52-
- `{json-file}` is the nextclade.json file that should be present in the output folder from the nextclade run (step 5.1).
52+
- `{json-file}` is the nextclade.json file that should be present in the output folder from the nextclade run (step 5.1).
5353
- `{plotly-output-dir}` html plots made with plotly.
5454
- `{ggplotly-output-dir}` html plots made with ggplotly.
5555

56-
The plots will be generated for each genetic feature of the reference sequence. Currently, we output plotly and ggplotly versions, just use whichever looks best to you.
57-
5856
## 5.3 Pangolin (redundant)
5957

6058
If you are dealing with SARS-Cov-2 data, then you can run the [pangolin software](https://github.com/cov-lineages/pangolin) to submit your SARS-CoV-2 genome sequences which then are compared with other genome sequences and assigned the most likely lineage.

0 commit comments

Comments
 (0)