From ff532ecf93cb6275839205b4e3f1b42a437dc326 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Thu, 26 Dec 2024 10:59:17 +0100 Subject: [PATCH] pangolin: add page (#15346) --- pages/common/pangolin.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/pangolin.md diff --git a/pages/common/pangolin.md b/pages/common/pangolin.md new file mode 100644 index 0000000000..231bf7800c --- /dev/null +++ b/pages/common/pangolin.md @@ -0,0 +1,12 @@ +# pangolin + +> Implements the dynamic nomenclature of SARS-CoV-2 lineages (Pango nomenclature). +> More information: . + +- Run `pangolin` on the specified FASTA file: + +`pangolin {{path/to/file.fa}}` + +- Use the specified analysis engine: + +`pangolin --analysis-mode {{accurate|fast|pangolearn|usher}}`