Skip to content

Commit

Permalink
Remove comma introduced during merging
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Feb 19, 2025
1 parent 747f025 commit e8265d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def pdb_to_lddt(pdb_files, generate_tsv):
"alphafold2": "AlphaFold2",
"colabfold": "ColabFold",
"rosettafold_all_atom": "Rosettafold_All_Atom",
"helixfold3": "HelixFold3",
"helixfold3": "HelixFold3"
}

parser = argparse.ArgumentParser()
Expand Down

0 comments on commit e8265d6

Please sign in to comment.