Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sulfonate groups not getting captured? #93

Closed
Aariq opened this issue Dec 1, 2023 · 1 comment · Fixed by #73
Closed

sulfonate groups not getting captured? #93

Aariq opened this issue Dec 1, 2023 · 1 comment · Fixed by #73
Labels
bug Something isn't working question Further information is requested

Comments

@Aariq
Copy link
Collaborator

Aariq commented Dec 1, 2023

Needs more investigation but I thought that 3-Aminopropanesulfonate would have a sulfonate group, yet get_fx_groups() does not capture it.

Minimal reproducible example

library(volcalc)
dir <- tempdir()
x <- get_mol_kegg("C03349", dir = dir)
out <- calc_vol(x$mol_path, return_fx_groups = TRUE)
out$sulfonate
#> [1] 0

Created on 2023-12-01 with reprex v2.0.2

@Aariq Aariq added bug Something isn't working question Further information is requested labels Dec 1, 2023
@Aariq
Copy link
Collaborator Author

Aariq commented Dec 8, 2023

Fixed in #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant