You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reading a pdb file from a local file. Can I do a custom query? For example, querying the 3D structure of a certain residue of the sequence?
<pdb-lite-mol pdb-id="'1cbs'" custom-query="residues?seqNumber=111" hide-controls="true" load-ed-maps="true"></pdb-lite-mol>
Reading the protein id can be done, but reading the local file can't be done. Is there any way to solve it? Thank you in advance <pdb-lite-mol pdb-id="'1cbs'" source-url="http://localhost/pdbFile/1cbs.pdb" source-format="pdb" custom-query="residues?seqNumber=111" hide-controls="true" load-ed-maps="true"></pdb-lite-mol>
The text was updated successfully, but these errors were encountered:
I am reading a pdb file from a local file. Can I do a custom query? For example, querying the 3D structure of a certain residue of the sequence?
<pdb-lite-mol pdb-id="'1cbs'" custom-query="residues?seqNumber=111" hide-controls="true" load-ed-maps="true"></pdb-lite-mol>
Reading the protein id can be done, but reading the local file can't be done. Is there any way to solve it? Thank you in advance
<pdb-lite-mol pdb-id="'1cbs'" source-url="http://localhost/pdbFile/1cbs.pdb" source-format="pdb" custom-query="residues?seqNumber=111" hide-controls="true" load-ed-maps="true"></pdb-lite-mol>
The text was updated successfully, but these errors were encountered: