diff options
author | Frederick Muriuki Muriithi | 2024-01-09 11:24:21 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-09 11:24:21 +0300 |
commit | 21078fecb698972062af3157a9a0f6e84bb8fd0d (patch) | |
tree | 8319cc872e29091c9fa2f79db81e22ae99701c83 /scripts/rqtl2/__init__.py | |
parent | 5491da18dda8c6f55bc2bc5d95f21b86908cd382 (diff) | |
download | gn-uploader-21078fecb698972062af3157a9a0f6e84bb8fd0d.tar.gz |
WIP: Install genotypes from R/qtl2 bundle
Load the genotype information from the R/qtl2 bundle and insert it
into the database.
Diffstat (limited to 'scripts/rqtl2/__init__.py')
-rw-r--r-- | scripts/rqtl2/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rqtl2/__init__.py b/scripts/rqtl2/__init__.py new file mode 100644 index 0000000..62bc52a --- /dev/null +++ b/scripts/rqtl2/__init__.py @@ -0,0 +1 @@ +"""A package of scripts for use in parsing R/qtl2 bundles""" |