An open API service indexing awesome lists of open source software.

https://github.com/nci-gdc/merge-sqlite


https://github.com/nci-gdc/merge-sqlite

bioinformatics docker workflow-tool

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# merge-sqlite

Merge Sqllite files

## Installation

```sh
pip install .
```

## Development

* Clone this repository
* Requirements:
* Python >= 3.8
* Tox
* `make venv` to create a virtualenv
* `source .venv/bin/activate` to activate new virtualenv
* `make init` to install dependencies and pre-commit hooks