Skip to content

mutalyzer/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c786554 · Mar 21, 2025

History

23 Commits
Mar 21, 2025
Nov 12, 2021
Nov 12, 2021
Dec 20, 2021
Mar 21, 2025
Nov 12, 2021

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