Skip to content
Snippets Groups Projects
Commit f2df6ceb authored by Mia Le's avatar Mia Le
Browse files
parents 3a44ee54 509dabe8
Branches
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