Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggonnella/ntmirror
Local database mirroring NCBI taxonomy, kept up-to-date
https://github.com/ggonnella/ntmirror
Last synced: 6 days ago
JSON representation
Local database mirroring NCBI taxonomy, kept up-to-date
- Host: GitHub
- URL: https://github.com/ggonnella/ntmirror
- Owner: ggonnella
- License: other
- Created: 2022-04-22T11:21:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T13:10:39.000Z (over 2 years ago)
- Last Synced: 2024-11-16T02:08:50.589Z (2 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
- Citation: CITATION.cff
Awesome Lists containing this project
README
# NtMirror
NtMirror is a tool for creating and keeping up-to-date a local
mirror of the NCBI Taxonomy database## Requirements
The software is distributed as a Python 3 package.
The file ``requirements.txt`` lists the required pip modules
(installable using ``pip -r requirements.txt``).A relational database management system (RDBMS) is required.
NtMirror has been developed and tested using MariaDB as RDBMS.
However, it can be probably used with any RDBMS supported by SqlAlchemy.Optionally, on MariaDB, the database data loading is performed using the
``mysql`` library and not using SqlAlchemy, since the loading is faster.## Usage manual
For more information on the use of the software, see the
[user manual](https://github.com/ggonnella/ntmirror/blob/main/docs/user_manual.md).