Skip to content

neherlab/cluster-mutations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cluster Mutation Script

Get mutations appearing within user-defined clusters.

Usage

Clusters are defined in the clusters dict in main.py:

clusters = {
    '21A.Delta': ['11514.','4181.','6402.','27752T','28461G','22995A'],
    '21J.Delta': ['4181T','6402T','27752T','28461G','22995A'],
    '21I.Delta': ['5584G', '11514T', '22227T','27752T','28461G','22995A']
}
python main.py

Output is in folder output based on the name of the cluster in clusters dict.

Requirements

Requires internet connection since it queries https://github.com/cevo-public/LAPIS

About

Get mutations in cluster by querying from LAPIS API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages