adaptyvbio / ProteinFlow

Versatile computational pipeline for processing protein structure data for deep learning applications.
https://adaptyvbio.github.io/ProteinFlow/
BSD 3-Clause "New" or "Revised" License
229 stars 14 forks source link

ProteinDataset throws ValueError when classes_to_exclude is set #123

Closed ardagoreci closed 10 months ago

ardagoreci commented 10 months ago
Screen Shot 2023-11-20 at 23 03 41
elkoz commented 10 months ago

Hey @ardagoreci , this is just telling you that the classes_dict_path parameter is not set, it should work if you provide a path to the classes.pickle file. But I've made some changes to try to guess the location when it's not provided, and to make the error message clearer, I'll merge that in a few minutes.