
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Neural network model for predicting amino-acid sequence from a protein backbone structure
A neural network model for prediction of amino-acid probability from a protein backbone structure.
To install gcndesgn through pip
pip install gcndesign
from gcndesign.predictor import Predictor
gcndes = Predictor(device='cpu') # 'cuda' can also be applied
gcndes.predict(pdb='pdb-file-path') # returns list of amino-acid probabilities
gcndesign_predict.py
To predict amino-acid probabilities for each residue-site
gcndesign_predict.py YOUR_BACKBONE_STR.pdb
gcndesign_autodesign.py
To design 20 sequences in a completely automatic fashion
gcndesign_autodesign.py YOUR_BACKBONE_STR.pdb -n 20
For more detailed usage, please run the following command
gcndesign_autodesign.py -h
Note
The gcndesign_autodesign script requires pyrosetta software. Installation & use of pyrosetta must be in accordance with their license.
Note
A critical issue has fixed and the parameters were re-trained on a new dataset (CATH v4.3 S40 dataset). This change has stabilized the prediction, but has not been reflected in the document above. So there are inaccuracies in the description and figures.
The dataset used for training GCNdesign is available here
Distributed under MIT license.
The author was supported by Grant-in-Aid for JSPS Research Fellows (PD, 17J02339). Koga Laboratory of Institutes for Molecular Science (NINS, Japan) has provided a part of the computational resources. Koya Sakuma (yakomaxa) gave a critical idea for neural net architecture design in a lot of deep discussions. Naoya Kobayashi (naokob) created excellent applications to help broader needs, ColabGCNdesign and FolditStandalone_Sequence_Design.
FAQs
Neural network model for predicting amino-acid sequence from a protein backbone structure
We found that gcndesign demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.