about summary refs log tree commit diff
path: root/gn3/api
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/api')
-rw-r--r--gn3/api/rqtl2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/api/rqtl2.py b/gn3/api/rqtl2.py
index cacd3e0..55d847e 100644
--- a/gn3/api/rqtl2.py
+++ b/gn3/api/rqtl2.py
@@ -25,6 +25,7 @@ def compute():
         "-o /home/kabui/r_playground/rqtl_output.json "
         "--nperm 100  --threshold 1 --cores 0"
     )
+    # pylint: disable=consider-using-with
     process = subprocess.Popen(
         rscript_cmd, shell=True,
         stdout=subprocess.PIPE,