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

debugging seed_variation tools comparision

parent 7fa45ade
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,7 @@ class cami():
camis = {}
for setting in cami_setting_list:
if setting[1]:
func_name = setting[0] + '_' +setting[1].rsplit('_', 1)[-1]
func_name = setting[0] + '_' +setting[1]
else:
func_name = setting[0]
......
......@@ -142,7 +142,7 @@ def make_seedvariation(cami, n_iterations, removal_frac=0.2, vis=False, plot=Fal
list(module_size_dict[pred_tool]))
res_table.write(f'\t{p_val}')
# with open(os.path.join(cami.tmp_dir, f'{tool}_{identifier}_relevance_scores.tsv)'), 'r') as f:
# with open(os.path.join(cami.tmp_dir, f'{tool}_{identifier}_relevance_scores.tsv'), 'r') as f:
# for line in f:
# rel_score = line.split('\t')[1].strip()
# res_table.write(f'\t{rel_score}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment