File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ Simply download the Python script ipsae.py. It may be necessary to install the P
99# Usage:
1010AlphaFold2:
1111
12- python ipsae.py <path_to_json_file > <path_to_af2_pdb_file> <pae_cutoff> <dist_cutoff>
12+ python ipsae.py <path_to_af2_json_file > <path_to_af2_pdb_file> <pae_cutoff> <dist_cutoff>
1313 python ipsae.py RAF1_KSR1_scores_rank_001_alphafold2_multimer_v3_model_4_seed_003.json RAF1_KSR1_unrelaxed_rank_001_alphafold2_multimer_v3_model_4_seed_003.pdb 15 15
1414
1515AlphaFold3:
1616
17- python ipsae.py <path_to_json_file > <path_to_af3_cif_file> <pae_cutoff> <dist_cutoff>
17+ python ipsae.py <path_to_af3_json_file > <path_to_af3_cif_file> <pae_cutoff> <dist_cutoff>
1818 python ipsae.py fold_aurka_tpx2_full_data_0.json fold_aurka_tpx2_model_0.cif 10 10
1919
2020Boltz1:
2121
22- python ipsae.py <path_to_pae_npz_file > <path_to_mmcif_file > <pae_cutoff> <dist_cutoff>
22+ python ipsae.py <path_to_boltz1_pae_npz_file > <path_to_boltz1_cif_file > <pae_cutoff> <dist_cutoff>
2323 python ipsae.py pae_AURKA_TPX2_model_0.npz AURKA_TPX2_model_0.cif 10 10
2424
2525
You can’t perform that action at this time.
0 commit comments