Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
/ covid-strain-api Public archive

API to identify SARS-CoV-2 strains from genomic data

Notifications You must be signed in to change notification settings

tmfarrell/covid-strain-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identify SARS-CoV-2 strains from genomic data

build/ activate local dev environment

$ make dev 
$ conda activate pangolin
$ poetry install 
$ poetry run python3 src/main.py

run test

$ make test
{
  "taxon": "BS000685.1",
  "lineage": "B.1.1",
  "conflict": "",
  "ambiguity_score": "",
  "scorpio_call": "",
  "scorpio_support": "",
  "scorpio_conflict": "",
  "version": "PANGO-v1.2.124",
  "pangolin_version": "3.1.20",
  "pangoLEARN_version": "2022-02-02",
  "pango_version": "v1.2.124",
  "status": "passed_qc",
  "note": "Assigned from designation hash."
}

About

API to identify SARS-CoV-2 strains from genomic data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published