Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Original BlueDesc executable from the website of the University of Tübingen. Downloaded on 2020-04-11
BlueDesc Descriptor Calculator (last update: 03-10-08) Author: Georg Hinselmann License: GNU GPL
A key step in classical quantitative structure-activity/property relationship (QSAR/QSPR) modeling is the encoding of a chemical compound into a vector of numerical descriptors. Although most of the available chemoinformatic software packages provide routines for the calculation of descriptors they are not easy to use in most cases. This simple command-line tool converts an MDL SD file into ARFF and LIBSVM format for machine learning and data mining purposes using CDK and JOELib2.
A ready-to-use (executable JAR), 100% Java tool, which includes JOELib2 (GNU GPL) and the CDK (LGPL), sources and the GNU GPL. It computes 174 descriptors taken from both libraries. Works on 3D structures only. Output is ARFF (WEKA example) and libSVM (example) format.
An overview of the descriptors is given here.
System requirement: JDK or JRE 1.6.
Syntax:
java -jar -Xmx512M ODDescriptors.jar -f (sdf) -l (sdf property y)
Example:
java -jar -Xmx512M ODDescriptors.jar -f anthrax.sdf -l KI
Note: If you just want to compute the descriptors, type in any property and ignore the WARNING. Note that you won't be able to learn on the resulting WEKA and LIBSVM files, because the target value will be replaced by "?". However, you may open this file in WEKA and WEKA Explorer.
Have fun! Please report bugs to the email adress given below.
Contact
Georg Hinselmann, Tel.: (07071) 29-77174, georg.hinselmann@uni-tuebingen.de
Nikolas Fechner, Tel.: (07071) 29-77174, nikolas.fechner@uni-tuebingen.de
FAQs
BlueDesc - Molecular Descriptor Calculator
We found that BlueDesc 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.