ChEMBL distributes precomputed RDKit-Morgan fingerprints in FPS
format. I've reformatted the ChEMBL
34 fingerprints into FPB
format along with an embedded chemfp license key to enable the full
range of chemfp functionality when working with that data set.
I've also removed the ChEMBL 31 dataset. If you need it, please …
After over a year of development, I'm pleased to announce the release
of chemfp 4.1. For full details read What’s new in chemfp
4.1
from the documentation.
Here are some of the highlights.
CXSMILES
is now the default for SMILES input, across all of the supported
toolkits …
I've just released a preview release of chemfp, version 4.0b2. It
includes a new "chemfp" command, diversity selection, a "high-level"
API, pandas integration, progress bars, new output formats, and more.
It is ready for production use. What remains is to improve test
coverage and update the documentation.
The newly released chemfp 3.5.1 adds support for licensed FPB
files. These are cheminformatics fingerprint datasets which can be
used under the terms of chemfp's
base license agreement even without a chemfp
license key or source code distribution.
I've just released chemfp 3.5, which is the latest version of the
commercial chemfp development track. To install it on Linux-based OSes
do the following:
I've just released chemfp 3.5b1, which is the latest version of the
commercial chemfp development track. This is a beta version meant
primarily as a way to get feedback about the new
CDK support. See the previous
posting for examples of the new
features.
I've just released chemfp 3.5a1, which is an EXPERIMENTAL version
with support for CDK. I'm looking for friendly users to try it out. It
depends on JPype for the Python/Java interface. To install them, for
Python 3.7 or later, on Linux-based OSes, do:
I've just released chemfp 3.4.1, which is the latest version of the
commercial chemfp development track. Use the following to download
pre-compiled packages for most Linux-based operating systems:
I've just released chemfp 3.4, which is the latest version of the
commercial chemfp development track. Use the following to download
pre-compiled packages for most Linux-based operating systems:
I've written a paper describing all aspects of the chemfp project,
including the FPS and FPB file formats, methods for fast popcount
calculation and similarity search, and the experience of running
chemfp as a commercial free software project.
It's been submitted to a journal. A
preprint
is available from ChemRxiv …
Chemfp 3.3 is now available to licensed users. If you are interested
in purchasing a chemfp license, email me.
This release focused on squeezing out even more performance for
machines with the POPCNT and AVX2 instruction sets. I believe chemfp
is the fastest available single-threaded similarity search program for …
Chemfp 1.5 is now available
for download
or through PyPI as pip install chemfp.
The knearest and count searches are about 10% faster. They now use a
fast integer test to reject obvious mismatches before doing the
computationally expensive divison operation. This optimization was
already available in threshold search …
Andrew Dalke, the primary author of chemfp, will be at the 11th ICCS conference from 27-31 May 2018.
He will be presenting a poster on "mmpdb: A Matched Molecular Pair Platform for Large Multi-Property Datasets", which is a summary of the work published in JCIM doi:10.1021/acs …
I've just released
chemfp 1.4,
the newest version of the chemfp 1.x development track.
This version mostly contains bug fixes and internal improvements. The
biggest additions are the fpcat
command-line program, support for Dave Cosgrove's
'flush' fingerprintfile format, and support for
'fromAtoms' in some of the RDKit fingerprints …
I've just released chemfp 3.2, available immediately for paying chemfp
customers. If you are interested in purchasing a chemfp license,
email me.
This version mostly contains bug fixes and internal improvements. The
biggest additions are support for Dave Cosgrove's
'flush' fingerprint file
format, and support for 'fromAtoms' in some …
I made a minor release of the chemfp_converters package for better chemfp integration. If chemfp_converters is installed then chemfp will use it to read and write flush files.