diff options
author | Frederick Muriuki Muriithi | 2025-05-30 13:36:23 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-05-30 13:36:23 -0500 |
commit | 67393a3732548ced3511c6b8c04b1761422b1284 (patch) | |
tree | 814bd3c42482b1ba7ac45a4b27a93924ef474456 | |
parent | 2e02c33017883c5a45a82b1151fb2cebdb349845 (diff) | |
download | gn-uploader-67393a3732548ced3511c6b8c04b1761422b1284.tar.gz |
Add new file type.
-rw-r--r-- | r_qtl/r_qtl2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/r_qtl/r_qtl2.py b/r_qtl/r_qtl2.py index dbf5a7b..b1eae90 100644 --- a/r_qtl/r_qtl2.py +++ b/r_qtl/r_qtl2.py @@ -16,7 +16,7 @@ from r_qtl.exceptions import InvalidFormat, MissingFileException FILE_TYPES = ( "geno", "founder_geno", "pheno", "covar", "phenocovar", "gmap", "pmap", - "phenose") + "phenose", "phenonum") __CONTROL_FILE_ERROR_MESSAGE__ = ( "The zipped bundle that was provided does not contain a valid control file " |