aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-08-10 09:56:18 +0300
committerFrederick Muriuki Muriithi2022-08-10 09:56:18 +0300
commit9917ac266a0f96890075ace28eda3a31408f13b9 (patch)
treed6402b7100f9bf304d525b3ef401b02e45b4249c /gn3
parentae8fa8407b9c1088916dc6b7e22e096360f0873e (diff)
downloadgenenetwork3-9917ac266a0f96890075ace28eda3a31408f13b9.tar.gz
code refactoring
Diffstat (limited to 'gn3')
-rw-r--r--gn3/computations/rust_correlation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/computations/rust_correlation.py b/gn3/computations/rust_correlation.py
index a383317..23fdf42 100644
--- a/gn3/computations/rust_correlation.py
+++ b/gn3/computations/rust_correlation.py
@@ -91,7 +91,6 @@ def parse_correlation_output(result_file: str,
return []
-
def get_samples(all_samples: dict[str, str],
base_samples: list[str],
excluded: list[str]):