Skip to content

This does not work #96

@frmupe

Description

@frmupe
from rcsbapi.search import search_attributes as attrs

# Use a full name to get details for a specific attribute
print(attrs.get_attribute_details("rcsb_entity_source_organism.scientific_name"))

# Use a partial name to get the details of all attributes associated with that name
# Below code gets details for ".common_name", ".source_type", etc in addition to ".scientific_name"
print(attrs.get_attribute_details("rcsb_entity_source_organism"))

from here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions