Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate files #1

Open
kalyan-iiitbh opened this issue Apr 16, 2022 · 1 comment
Open

Unable to locate files #1

kalyan-iiitbh opened this issue Apr 16, 2022 · 1 comment

Comments

@kalyan-iiitbh
Copy link

Upon executing the provided bash script, getting the below errors. Kindly help

artitioning graph nodes across compute nodes... Growing communities... Traceback (most recent call last): File "main4_sample.py", line 148, in <module> main() File "main4_sample.py", line 121, in main with open(seed_nodes_F, 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: 'yeast/all_nodes_known_comp_n_pts_1/res_seed_nodes0' Merging very similar communities... Traceback (most recent call last): File "main5_postprocess.py", line 187, in <module> main() File "main5_postprocess.py", line 157, in main with open(out_comp_nm_sample + "_pred_comp_list" + str(i), 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: 'yeast/results_conn_tapcliques/res_pred_comp_list0' Comparing predicted and known communities... Traceback (most recent call last): File "main6_eval.py", line 307, in <module> main() File "main6_eval.py", line 145, in main with open(inputs['dir_nm'] + inputs["out_comp_nm"] + '_pred.out', "r") as fn: FileNotFoundError: [Errno 2] No such file or directory: 'yeast/results_conn_tapcliques/res_pred.out'

@meghanapalukuri
Copy link
Collaborator

meghanapalukuri commented Apr 28, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants