HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pangolin — Implements the dynamic nomenclature of SARS-CoV-2 lineages (Pango nomenclature). More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thepangolindynamiccommandnomenclatureclisarsimplements

Problem

How to use the pangolin command: Implements the dynamic nomenclature of SARS-CoV-2 lineages (Pango nomenclature). More information: <https://cov-lineages.org/resources/pangolin/usage.html>.

Solution

pangolin — Implements the dynamic nomenclature of SARS-CoV-2 lineages (Pango nomenclature). More information: <https://cov-lineages.org/resources/pangolin/usage.html>.

Run pangolin on the specified FASTA file:
pangolin {{path/to/file.fa}}


Use the specified analysis engine:
pangolin --analysis-mode {{accurate|fast|pangolearn|usher}}

Code Snippets

Run `pangolin` on the specified FASTA file

pangolin {{path/to/file.fa}}

Use the specified analysis engine

pangolin --analysis-mode {{accurate|fast|pangolearn|usher}}

Context

tldr-pages: common/pangolin

Revisions (0)

No revisions yet.