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: posts/NAAM-02-preparation.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ This workflow is distributed as a self-contained Singularity container image, wh
19
19
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:
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.
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.
41
41
42
42
Execute the following:
43
-
```
43
+
```bash
44
44
Rscript viz_nextclade_cli.R \
45
45
--nextclade-input-dir {input_dir} \
46
46
--json-file {input.json} \
@@ -49,12 +49,10 @@ Rscript viz_nextclade_cli.R \
49
49
```
50
50
51
51
-`{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).
53
53
-`{plotly-output-dir}` html plots made with plotly.
54
54
-`{ggplotly-output-dir}` html plots made with ggplotly.
55
55
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
-
58
56
## 5.3 Pangolin (redundant)
59
57
60
58
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