Skip to content

Commit

Permalink
delete skip condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fteufel authored Jun 23, 2023
1 parent ef69d34 commit fd684fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions af_scripts/precompute_msas.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def msa_job(x):
jobs = []
for idx, row in df.iterrows():

if row['protein_id'] != 'P35456':
continue
seq_name = row['protein_id']
if seq_name in already_predicted:
continue
Expand Down

0 comments on commit fd684fa

Please sign in to comment.