diff options
author | Frederick Muriuki Muriithi | 2025-06-11 05:54:26 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-11 05:54:26 -0500 |
commit | aa76999ffb78514b3960d4beec215ecfa59d5ff4 (patch) | |
tree | 3d6799eed9467b0ed948870654c932cff98089f2 | |
parent | 91df005212363108f4deb31dc0fc81e2424547ce (diff) | |
download | gn-uploader-aa76999ffb78514b3960d4beec215ecfa59d5ff4.tar.gz |
Fix failing test.
-rw-r--r-- | tests/r_qtl/test_r_qtl2_control_file.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/r_qtl/test_r_qtl2_control_file.py b/tests/r_qtl/test_r_qtl2_control_file.py index 316307d..5b9fef6 100644 --- a/tests/r_qtl/test_r_qtl2_control_file.py +++ b/tests/r_qtl/test_r_qtl2_control_file.py @@ -16,6 +16,7 @@ __DEFAULTS__ = { "pheno_transposed": False, "covar_transposed": False, "phenocovar_transposed": False, + "phenonum_transposed": False, "gmap_transposed": False, "pmap_transposed": False, "phenose_transposed": False |