From 8b357f7c5cdac8fcf342b27a7227cbc2a1a3a5f5 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 23 Jan 2025 16:27:44 +0300 Subject: refactor: Minor cleanup. --- gn3/computations/rqtl2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3/computations/rqtl2.py') diff --git a/gn3/computations/rqtl2.py b/gn3/computations/rqtl2.py index c64ca08..0022f61 100644 --- a/gn3/computations/rqtl2.py +++ b/gn3/computations/rqtl2.py @@ -9,7 +9,6 @@ def generate_rqtl2_files(data, workspace_dir): """Prepare data and generate necessary CSV files required to write to control_file """ - # Map of file names to corresponding data keys in the provided dictionary file_to_name_map = { "geno_file": "geno_data", "pheno_file": "pheno_data", -- cgit 1.4.1