aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/rqtl2/phenotypes_qc.py2
1 files changed, 1 insertions, 1 deletions
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__":