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

corrected typo

parent 37d62557
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ def make_seedvariation(cami, n_iterations, removal_frac=0.2, vis=False, plot=Tru ...@@ -52,7 +52,7 @@ def make_seedvariation(cami, n_iterations, removal_frac=0.2, vis=False, plot=Tru
for tool in prediction_tools: for tool in prediction_tools:
res_table.write(f'\t{tool}_msr_ks_pvalue') res_table.write(f'\t{tool}_msr_ks_pvalue')
with open(os.path.join(cami.tmp_dir, f'{used_tools[0]}_{cami.uid}_relevance_scores.tsv)'), 'r') as f: with open(os.path.join(cami.tmp_dir, f'{used_tools[0]}_{cami.uid}_relevance_scores.tsv'), 'r') as f:
for line in f: for line in f:
val_name = line.split('\t')[0] val_name = line.split('\t')[0]
redisc_table.write(f'\t{val_name}') redisc_table.write(f'\t{val_name}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment