
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Python package for the DEEPCON contact prediction tool at https://github.com/ba-lab/DEEPCON
pip3 install deepcon
wget https://raw.githubusercontent.com/ba-lab/deepcon-package/master/deepcon/test/1a0tP0.aln
wget https://raw.githubusercontent.com/ba-lab/deepcon-package/master/deepcon/weights-rdd-covariance.hdf5
python3
import deepcon
from deepcon import deepconcovariance
deepconcovariance.main("1a0tP0.aln","1a0tP0.rr")
To print the contact map as image, add the image name as the last parameter (optional)
deepconcovariance.main("1a0tP0.aln","1a0tP0.rr", "1a0tP0.png")
Example contact map as an image:
Chase Richards
Email: CNRichards@gmail.com
FAQs
Protein Contact Prediction using Dilated Convolutional Neural Networks with Dropout
We found that deepcon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.