question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

chain IDs are hard coded as A and B in AtomicFeature.py

See original GitHub issue

In AtomicFeature.py:

            xyzA = np.array(self.sqldb.get('x,y,z', chainID='A'))
            xyzB = np.array(self.sqldb.get('x,y,z', chainID='B'))

            chargeA = np.array(self.sqldb.get('CHARGE', chainID='A'))
            chargeB = np.array(self.sqldb.get('CHARGE', chainID='B'))

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
LilySnowcommented, Sep 21, 2020

Perfect! No need to do more tests then 😃

1reaction
DarioMarzellacommented, Sep 21, 2020

In branch issue198 they have already been modified (from Cunliang I guess) to chain C and D (from A and B). Do you want me to write another test case with other chain IDs (or with other proteins)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Prioritising the chain ID for segment id · Issue #2874 - GitHub
Since location 22 is B, the segment id of this residue should be B. However, when this PDB is loaded to the PDB...
Read more >
The transaction declared chain ID 5777, but the connected ...
I am trying to deploy my SimpleStorage.sol contract to a ganache local chain by making a transaction using python.
Read more >
NLP with Python
A frequency distribution is a collection of items along with their frequency counts (e.g., the words of a text and their frequency of...
Read more >
Chain ID - Problems in PDB files
In the file 1k7c.pdb the protein has chain-id A; one of the sugars too. Most other sugars have chain-id B, but the sulphates...
Read more >
A deep learning guided protein-ligand binding pocket prediction
36×36×36×1 by replacing the atomic feature by a value of 1 or 0 to represent if the given voxel contains binding sites.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found