A library to rapidly fetch fetch MLST profiles given sequences for various diseases.
Project description
autoMLST.Engine
A python library implementing common BIGSdb MLST schemes and databases. Implementation follows the RESTful API outlined by the official BIGSdb documentation up to V1.50.0.
Features
Briefly, this library can:
- Import multiple
FASTAfiles - Fetch the available BIGSdb databases that is currently live and available
- Fetch the available BIGSdb database schemas for a given MLST database
- Retrieve exact/non-exact MLST allele variant IDs based off a sequence
- Retrieve MLST sequence type IDs based off a sequence
- Output all results to a single CSV
Furthermore, this library is highly asynchronous where any potentially blocking operation, ranging from parsing FASTAs to performing HTTP requests are at least asynchronous, if not fully multithreaded.
Usage
This library can be installed through pip. Learn how to setup and install pip first.
Then, it's as easy as running pip install automlst-engine in any terminal that has pip in it's path (any terminal where pip --version returns a valid version and install path).
CLI usage
This is a independent python library and thus does not have any form of direct user interface. One way of using it could be to create your own Python script that makes calls to this libraries functions. Alternatively, you may use automlst-cli, a Python package that implements a CLI for calling this library.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file automlst_engine-0.5.2.tar.gz.
File metadata
- Download URL: automlst_engine-0.5.2.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85c2e6715a4facf26a38490a6414068f7994673c37141a9655042eacdd9b4662
|
|
| MD5 |
a83f03636b6cca661e98a05e2d37d69e
|
|
| BLAKE2b-256 |
24a441aa73c73b3d8aade25165be292a2c2982cc432aa5fdee35289ce1c22823
|
File details
Details for the file automlst.engine-0.5.2-py3-none-any.whl.
File metadata
- Download URL: automlst.engine-0.5.2-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a760429d89259e2b5c1d49e6aa6695811a1aea10f798ee351f58420e335702bc
|
|
| MD5 |
72c39c5652e8bd0d63e126b0ff6126c4
|
|
| BLAKE2b-256 |
1649774b6d6a8879156147386bbc85a9502af3db9eb748ba61de327c706d925a
|