-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
User-defined sbgn.id.attr gets overwritten in:
SBGNview/R/parsing.utilities.R
Lines 78 to 84 in bbaeea8
| if (database == "MetaCrop") { | |
| sbgn.id.attr <- "label" | |
| } else if (database == "MetaCyc") { | |
| sbgn.id.attr <- "id" | |
| } else if (database == "pathwayCommons") { | |
| sbgn.id.attr <- "id" | |
| } |
I would expect that user-provided sbgn.id.attr takes precedence over the deduced sbgn.id.attr.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels