From ecc1fb7a1186cade850fd33c0468706efcd256c3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 2 Dec 2024 15:49:16 -0600 Subject: Return 0 on completion of QC processing. --- scripts/rqtl2/phenotypes_qc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rqtl2/phenotypes_qc.py b/scripts/rqtl2/phenotypes_qc.py index 83828e4..0e503cc 100644 --- a/scripts/rqtl2/phenotypes_qc.py +++ b/scripts/rqtl2/phenotypes_qc.py @@ -446,7 +446,7 @@ def run_qc(# pylint: disable=[too-many-locals] # - Delete all extracted files shutil.rmtree(extractiondir) - raise NotImplementedError("WIP!") + return 0 if __name__ == "__main__": -- cgit v1.2.3