Skip to content

Conversation

@satvshr
Copy link
Collaborator

@satvshr satvshr commented Nov 21, 2025

Fixes #197.

from the issue description: As discussed in the weekly on 20/11/2025 we will be replacing PFOA with 5NU7 and 1BRQ, given that is what is mostly used by the corporation partners of ecoSPECS. I am going to directly add them to the library as they are about 200kb in size.

@satvshr satvshr self-assigned this Nov 21, 2025
@satvshr satvshr added the enhancement New feature or request label Nov 21, 2025
Copy link
Contributor

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can already see by the fact that so many locations are affected that something isn't quite right.

  • can you add loaders load_5nu7 and load_1brq to be used in example code?
  • Why are you just deleting the 1GNH and PFOA loaders? I see no reason for that, add them back please.
  • the function structure_loader feels unnecessary. It just aliases PDBParser.get_structure. Youcan also see that it was a bad idea since you need to use unnevessary lambda expressions to make current code work. I suggest: remove.
  • the function mol_loader feels unnecssary. It just aliases MoleculeLoader.__init__. It would be useful of all pdb strings could be used, but currently only two can? I suggest: remove.

@satvshr satvshr changed the title [ENH] Replace pfoa with 5NU7 and 1BRQ and make data loaders more generic [ENH] Replace PFOA with 5NU7 and 1BRQ Nov 28, 2025
@satvshr satvshr requested a review from fkiraly November 28, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] Replace PFOA with 5NU7 and 1BRQ

3 participants