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
parser.add_argument('--hot_spot_thr', type=float, default=6.0, help='Distance threshold to peptide, to define hot-spots on mhc.')
79
79
parser.add_argument('--binder_pred', action='store_true', help='Enables binder prediction from ProteinMPNN generated peptides.')
80
+
80
81
# Setting to Run only a part:
81
82
parser.add_argument('--no_alphafold', action='store_false', help='does not run alphafold.')
82
83
parser.add_argument('--only_protein_mpnn', action='store_true', help='Skips PANDORA and AF modeling, and runs ProteinMPNN for already available predictions.')
83
84
parser.add_argument('--no_pandora', action='store_false', help='does not run pandora')
84
85
parser.add_argument('--protein_mpnn_dryrun', action='store_true', help='Overwrites all proteinMPNN flags and just dry run. hotspots are saved.')
86
+
parser.add_argument('--return_all_outputs', action='store_true', help='If active, returns all alphafold outputs')
0 commit comments