콘텐츠로 이동

Index

uniprot_xml_to_postgresql(*, uniprot_xml_path, uri)

(🦀 Rust) Load UniProt XML file into PostgreSQL database.

This creates a uniprot database and a uniprot_info table.

Source code in src/bio_data_to_db/bio_data_to_db.pyi
def uniprot_xml_to_postgresql(
    *,
    uniprot_xml_path: str,
    uri: str,
) -> None:
    """
    (🦀 Rust) Load UniProt XML file into PostgreSQL database.

    This creates a `uniprot` database and a `uniprot_info` table.
    """