-
Notifications
You must be signed in to change notification settings - Fork 15
Filtering for nonhydrogen bonds and hydrogen bonds #182
Copy link
Copy link
Open
Labels
consistencyImprovements in styleImprovements in stylequestionFurther information is requestedFurther information is requested
Description
BiochemicalAlgorithms.jl/src/core/bond.jl
Line 269 in c7011f8
| @inline non_hydrogen_bonds(ac) = filter(b -> !haskey(b.properties, :TYPE__HYDROGEN), bonds(ac)) |
-
To do: It seems that test cases for these little helper functions are still missing.
-
Consistency: I am wondering if
TYPE__HYDROGENshould not better be a flag than a property. For instance, residues can be tagged withC-Terminalor5-Primeas flags... what is again the definition for properties or flags?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
consistencyImprovements in styleImprovements in stylequestionFurther information is requestedFurther information is requested