Skip to content

errors in plapt model #13

@Jayasree-R1

Description

@Jayasree-R1

I cloned the git repo and tried running code base as it is after activating PLAPT. Did not change code base at all.
PLAPT activated successfully.

Next I ran below command.
python3 plapt_cli.py -p "SEQUENCE1" -m "SMILES1" in command line

I replaced SEQUENCE1 with protein sequence and SMILES1 with ligand SMILES structure

My terminal shows below error:
sqlite3.OperationalError: no such column: "size" - should this be a string literal in single-quotes?

Please find the attached screenshot for error:
Image

I checked tables and schema and found out there is a column called size in a table called cache. See image below:

Image

Is the column named size mistaken to attribute size, as i see it is quoted in double quotes in the code base?

I implemented portBERT and chemBERTa independently of PLAPT and got the protein embeddingd(1024) and ligand embeddings(768). I now combined them to get protein-ligand combined embeddings (1792).

I might not need entire PLAPT implementation since the code base is not running. I only want to understand the BNN implementation in PLAPT.

Image

Image

Please help me with the same.

Thank you!

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