From 3c74277f8063f01bb63836c763507a8d64869f46 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 16 Aug 2024 12:11:55 -0500 Subject: Log out correct parameters. --- scripts/rqtl2/install_genotypes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/rqtl2/install_genotypes.py') diff --git a/scripts/rqtl2/install_genotypes.py b/scripts/rqtl2/install_genotypes.py index 08fc0ba..6b89142 100644 --- a/scripts/rqtl2/install_genotypes.py +++ b/scripts/rqtl2/install_genotypes.py @@ -179,8 +179,7 @@ def cross_reference_genotypes( } for row in dataids) _logger.debug( "The insert query was\n\t%s\n\nwith the parameters\n\t%s", - insertquery, - (speciesid,) + markers) + insertquery, insertparams) cursor.executemany(insertquery, insertparams) return cursor.rowcount -- cgit v1.2.3