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
We want to insert ready-to-use notebooks to perform the entire 3D-Vac pipeline; in particular, we can develop two notebooks:
1. 3D modeling notebook. Given a peptide-protein complex sequence as input (or multiple), create a 3D structure/s model/s using PANDORA, and output a PDB file/s. @DarioMarzella
2.1 Use deeprank2 to featurize the structure/s and save it/them into an HDF5 file/s.
2.2 Run a pre-trained GNN model on the featurized data. Side note: we need to re-train the GNN architecture on all the data we have available (~100k), using the best-selected parameters as concluded in issue Finalize GNNs for the scientific paper #151.
2.3 Print the predictions and communicate the threshold from the shuffled config with validation
We want to insert ready-to-use notebooks to perform the entire 3D-Vac pipeline; in particular, we can develop two notebooks: