diff options
| author | Alexander_Kabui | 2024-12-04 13:48:06 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2024-12-04 13:48:06 +0300 |
| commit | b77cd1e508cf4fde45d392a96bc1f0e95c615d3b (patch) | |
| tree | 0780dc3894770468fdc6f3d9374cdd82a6ec536d /gn3/api | |
| parent | ea084cad16b660d74922f6ba81962c6fb3ad405e (diff) | |
| download | genenetwork3-b77cd1e508cf4fde45d392a96bc1f0e95c615d3b.tar.gz | |
Temp disable with for test Popen processes.
Diffstat (limited to 'gn3/api')
| -rw-r--r-- | gn3/api/rqtl2.py | 1 |
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, |
