From 326004d76a317e5a1dfdb595bc0fe2f21c5b2f87 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 7 Jan 2025 20:59:20 +0300 Subject: feat: Revert commit 688d6a4. --- gn3/api/rqtl.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gn3/api/rqtl.py') diff --git a/gn3/api/rqtl.py b/gn3/api/rqtl.py index b3f71f7..1139d9e 100644 --- a/gn3/api/rqtl.py +++ b/gn3/api/rqtl.py @@ -87,10 +87,8 @@ def run_process(rscript_cmd, output_file, run_id): """Main function to do the streaming""" # TODO: move this function to own file # pylint: disable=consider-using-with - # added this inorder not to set shell=True - rscript_cmd = rscript_cmd.split() process = subprocess.Popen( - rscript_cmd, + rscript_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) -- cgit 1.4.1