Import your genome into a SQLite database
Project description
genome-to-sqlite
Import your genome into a SQLite database.
How to install
$ pip install genome-to-sqlite
How to use
First, export your genome. This tool has only been tested against 23andMe so far. You can request an export of your genome from https://you.23andme.com/tools/data/download/
Now you can convert the resulting export.zip
file to SQLite like so:
$ genome-to-sqlite export.zip genome.db
A progress bar will be displayed. You can disable this using --silent
.
Importing genome [#----------------] 5% 00:01:33
You can explore the resulting data using Datasette like this:
$ datasette genome.db --config facet_time_limit_ms:1000
Bumping up the facet time limit is useful in order to enable faceting by chromosome:
http://127.0.0.1:8001/genome/genome?_facet=chromosome&_sort=position
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file genome_to_sqlite-0.1-py3-none-any.whl
.
File metadata
- Download URL: genome_to_sqlite-0.1-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92b309b8dc1d99b71cd626a0e617bd346f7fe40953e422916fc1404908c9cc23 |
|
MD5 | 60cf0093881887de4e5bee61611460ac |
|
BLAKE2b-256 | 69e465cd5db4012b5beda9f50252d0f6c931483f794d0c8216d4a77fcbd76a99 |