Skip to content

mutalyzer/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mutalyzer3 API.

Installation

pip install mutalyzer-api

Enable the cache

Create a cache folder and a configuration file.

mkdir cache
echo MUTALYZER_CACHE_DIR = \'$(pwd)/cache\' > config.txt

Populate the cache.

mutalyzer_retriever --id NC_000022.11 --parse > cache/NC_000022.11

Running

Start the backend.

MUTALYZER_SETTINGS="$(pwd)/config.txt" mutalyzer_api

Navigate to http://localhost:5000/api to interact with the API.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages