diff options
author | Frederick Muriuki Muriithi | 2022-08-10 09:56:18 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-08-10 09:56:18 +0300 |
commit | 9917ac266a0f96890075ace28eda3a31408f13b9 (patch) | |
tree | d6402b7100f9bf304d525b3ef401b02e45b4249c | |
parent | ae8fa8407b9c1088916dc6b7e22e096360f0873e (diff) | |
download | genenetwork3-9917ac266a0f96890075ace28eda3a31408f13b9.tar.gz |
code refactoring
-rw-r--r-- | gn3/computations/rust_correlation.py | 1 |
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]): |