Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. image:: doc/static/assets/hydride_logo.svg :width: 400 :align: center
Many tasks in structural biology ranging from simulations and hydrogen bond detection to mere visual analysis, require complete molecular models. However, most experimentally determined structures do not include the position of hydrogen atoms, due to their small size and electron density.
Hydride is an easy-to-use program and library written in Python that adds missing hydrogen atoms to molecular models based on known bond lengths and angles. Since it does not require force-field parameters for the specific molecule(s), it can be used for adding hydrogen atoms to almost any organic molecule - from small ligands to large protein complexes.
.. image:: doc/images/cover_structure.svg :width: 400 :align: center
|
In order to use Hydride you need to have Python (at least 3.7) installed.
You can install Hydride via
.. code-block:: console
$ pip install hydride
In its basic invocation Hydride reads an input structure file, adds hydrogen atoms to the molecular model and writes the resulting model into an output structure file.
.. code-block:: console
$ hydride -i input_structure.pdb -o output_structure.pdb
Hydride also provides a Python API to add hydrogen atoms to AtomArray
objects from Biotite <https://www.biotite-python.org/>
_.
.. code-block:: python
atom_array, _ = hydride.add_hydrogen(atom_array) atom_array.coord = hydride.relax_hydrogen(atom_array)
FAQs
Adding hydrogen atoms to molecular models
We found that hydride 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.