Skip to content

Cannot specify sbgn.id.attr when using default databases #10

@krassowski

Description

@krassowski

User-defined sbgn.id.attr gets overwritten in:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions