diff options
| author | Alexander_Kabui | 2025-01-23 16:27:44 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2025-02-06 12:43:15 +0300 |
| commit | 8b357f7c5cdac8fcf342b27a7227cbc2a1a3a5f5 (patch) | |
| tree | 3e1f854a8bcb17763b6e282e18d6da0aed491017 /gn3/computations | |
| parent | ca0f0bdda646de1b3862daf82c5cfb6889547f5f (diff) | |
| download | genenetwork3-8b357f7c5cdac8fcf342b27a7227cbc2a1a3a5f5.tar.gz | |
refactor: Minor cleanup.
Diffstat (limited to 'gn3/computations')
| -rw-r--r-- | gn3/computations/rqtl2.py | 1 |
1 files changed, 0 insertions, 1 deletions
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", |
