Skip to content

Commit

Permalink
remove the requirements for xl data when running alphalink2 inference
Browse files Browse the repository at this point in the history
  • Loading branch information
dingquanyu committed Nov 13, 2023
1 parent 8ddbc19 commit e3be144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alphapulldown/run_multimer_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ def predict_individual_jobs(multimer_object, output_path, model_runners, random_
unifold_predict(model_runner,general_args,processed_features)

elif FLAGS.use_alphalink:
assert FLAGS.crosslinks is not None
assert FLAGS.alphalink_weight is not None
from unifold.alphalink_inference import alphalink_prediction

Expand Down

0 comments on commit e3be144

Please sign in to comment.