From b13ecc0c174627bd9287522b70d0fa6d09f6acac Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Tue, 12 Jan 2021 15:02:04 +0100 Subject: [PATCH] src/find_interaction_cluster/nt_and_community.py: fix a test in compute_controls_distances --- src/find_interaction_cluster/nt_and_community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/find_interaction_cluster/nt_and_community.py b/src/find_interaction_cluster/nt_and_community.py index 2f9d7d0e..fba2798d 100644 --- a/src/find_interaction_cluster/nt_and_community.py +++ b/src/find_interaction_cluster/nt_and_community.py @@ -54,7 +54,7 @@ def get_cpnt_frequency(cnx: sqlite3.Connection, list_ft: List[str], >>> d = get_cpnt_frequency(sqlite3.connect(ConfigGraph.db_file), ... ['1', '2'], "gene", 'exon', 'aa') >>> d[["id_gene", "R", "K", "D", "Q", "E"]] - ft id_gene R K D Q E + ft id_gene R K D Q E 0 1 4.75247 5.19300 5.95391 4.07997 6.96189 1 2 4.34203 6.23736 6.77708 5.21984 7.01769 """ -- GitLab