You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just playing around with the software and it seems to only run if you supply a fitted pdb. Is it possible to run this prediction without a pdb?
I should attach the error, if I don't include a pdb I see:
Traceback (most recent call last):
File "./main.py", line 20, in
run_predictions(args.input, args.output, args.thresholds, args.skip[0], args.check_existing)
File "/data/andrean/CascadeCNN/new_Ca-Backbone-Prediction-master/prediction/prediction.py", line 59, in run_predictions
pool = Pool(min(cpu_count(), len(params_list)))
File "/home/andrean/anaconda2/envs/cnn/lib/python3.6/multiprocessing/context.py", line 119, in Pool
context=self.get_context())
File "/home/andrean/anaconda2/envs/cnn/lib/python3.6/multiprocessing/pool.py", line 167, in init
raise ValueError("Number of processes must be at least 1")
ValueError: Number of processes must be at least 1
The text was updated successfully, but these errors were encountered:
Hi,
Just playing around with the software and it seems to only run if you supply a fitted pdb. Is it possible to run this prediction without a pdb?
I should attach the error, if I don't include a pdb I see:
Traceback (most recent call last):
File "./main.py", line 20, in
run_predictions(args.input, args.output, args.thresholds, args.skip[0], args.check_existing)
File "/data/andrean/CascadeCNN/new_Ca-Backbone-Prediction-master/prediction/prediction.py", line 59, in run_predictions
pool = Pool(min(cpu_count(), len(params_list)))
File "/home/andrean/anaconda2/envs/cnn/lib/python3.6/multiprocessing/context.py", line 119, in Pool
context=self.get_context())
File "/home/andrean/anaconda2/envs/cnn/lib/python3.6/multiprocessing/pool.py", line 167, in init
raise ValueError("Number of processes must be at least 1")
ValueError: Number of processes must be at least 1
The text was updated successfully, but these errors were encountered: