Skip to content
Snippets Groups Projects
Commit 023f772d authored by Le, Mia's avatar Le, Mia
Browse files

corrected typos in print messages

parent 18ad0877
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ class cami():
# add seeds to result sets for drugstone and digest
for toolname in self.result_gene_sets:
self.result_module_sets[toolname] = self.result_gene_sets[toolname].union(set([gene_name_map[svertex] for svertex in self.seed_lst]))
print(f'With the {len(seed_genes)} seed genes CAMI ({cami_method_name}) proposes {len(cami_vlist)} to add to the Active Module')
print(f'With the {len(seed_genes)} seed genes the module predicted by {toolname} contains {len(self.result_module_sets[toolname])} genes')
sys.setrecursionlimit(recursion_limit)
# save the results in outputfiles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment