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

'experimental_properties' and 'external_identifiers' data.frames are switched with each others #147

Closed
MohammedFCIS opened this issue Mar 26, 2023 · 0 comments
Assignees

Comments

@MohammedFCIS
Copy link
Contributor

Describe the bug
'experimental_properties' and 'external_identifiers' data.frames are switched with each others which confuses package users

To Reproduce
Steps to reproduce the behavior:

  1. Go to RStudio console
  2. Run the following code:
dvobj <- parseDrugBank(db_path            = "Path to DrugBank DB",
                       drug_options       = c("experimental_properties", "calculated_properties"),
                       parse_salts        = FALSE,
                       parse_products     = FALSE,
                       references_options = NULL,
                       cett_options       = NULL)
  1. The output for both nodes are switched with each others

Expected behavior
Each node should be placed in its correct related output node

@MohammedFCIS MohammedFCIS self-assigned this Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant