aboutsummaryrefslogtreecommitdiff
path: root/scripts/rqtl2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rqtl2')
-rw-r--r--scripts/rqtl2/install_genotypes.py3
1 files changed, 1 insertions, 2 deletions
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