From 21078fecb698972062af3157a9a0f6e84bb8fd0d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 9 Jan 2024 11:24:21 +0300 Subject: WIP: Install genotypes from R/qtl2 bundle Load the genotype information from the R/qtl2 bundle and insert it into the database. --- scripts/rqtl2/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/rqtl2/__init__.py (limited to 'scripts/rqtl2/__init__.py') 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""" -- cgit v1.2.3