
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.
Python wheels and a wrapper for ProcessLigand, a tool to prepare target and ligand files for FlexAID
A Python package designed to prepare arguments and run ProcessLigand
.
from processligandpy import run_processligand
# For a ligand
result_ligand = run_processligand(file_path='path/to/target_or_ligand', atom_index=90000)
# For a target:
# result_target = run_processligand(file_path='path/to/target_or_ligand', target=True)
# Using arguments:
# result = run_processligand(file_path='path/to/target_or_ligand', atom_index=1)
# Expanding the result:
output = result_ligand.stdout
error = result_ligand.stderr
returncode = result_ligand.returncode
file_path_dict = result_ligand.file_path_dict
Arg | Description |
---|---|
file_path | Input file (not listed in the provided dictionary) |
Flag | Value Type | Description |
---|---|---|
target | <BOOL> | Parse a target |
v | <INT> | Verbose level (0 prints nothing. 1 prints everything) |
o | <STR> | Output base filename |
e | <STR> | Residue to extract |
c | <STR> | Convert molecule to specified format |
atom_index | <INT> | Starting atom index |
res_name | <STR> | 3-char ligand code |
res_chain | <CHAR> | Ligand chain |
res_number | <INT> | Ligand number |
force_gpa | <INT> | Force reference atom |
force_pcg | <FLOAT FLOAT FLOAT> | Force protein center of geometry |
d | <BOOL> | Deletes tmp files created when converting inout to mol2 |
pf | <BOOL> | Prints a line containing the filepath to every written file |
hf | <BOOL> | Include hydrogen flexible bonds |
wh | <BOOL> | Add hydrogen atoms in output |
ref | <BOOL> | Output final PDB from IC |
gen3D | <BOOL> | Generate 3D conformation |
Exception | Description |
---|---|
FileNotFoundError | If the required input file 'f' does not exist. |
ProcessLigandError | If the external process fails to execute. |
Type | Description |
---|---|
ProcessLigandResult | A namedtuple containing stdout , stderr , returncode , and file_path_dict . |
FAQs
Python wheels and a wrapper for ProcessLigand, a tool to prepare target and ligand files for FlexAID
We found that processligand-py demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.