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
- Host: GitHub
- URL: https://github.com/nci-gdc/merge-sqlite
- Owner: NCI-GDC
- License: apache-2.0
- Created: 2015-11-23T18:35:17.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T04:53:59.000Z (5 months ago)
- Last Synced: 2026-01-15T11:48:14.588Z (5 months ago)
- Topics: bioinformatics, docker, workflow-tool
- Language: Python
- Size: 147 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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