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

edited a local path

parent d317d699
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate,
original_seeds = [cami.ppi_vertex2gene[seed] for seed in base_seeds]
print(f'Initializing CAMI and the seed variation by running CAMI with all given seeds:{original_seeds}')
with open('/Users/Mia/cami_local/cami/data/output/explorativeness.tsv', 'a') as f:
with open(os.path.join(home_path, f'data/output/explorativeness.tsv'), 'a') as f:
predict_and_make_consensus(vis=True)
seedname = seeds
for tool in cami.result_gene_sets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment