Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PatWalters
PatWalters / parse_chemfp.py
Created November 4, 2023 23:12
Parse a larger ChemFP output file
#!/usr/bin/env python
import os
import sys
import pandas as pd
from tqdm.auto import tqdm
if len(sys.argv) != 4:
print(f"usage: {sys.argv[0]} cutoff infile outfile")
sys.exit(1)
@PatWalters
PatWalters / circle_grid_demo.ipynb
Last active December 7, 2023 08:11
A quick demo of the circle_grid facility in datamol
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PatWalters
PatWalters / circle_grid_demo.ipynb
Created June 15, 2023 01:14
demo of the dm.viz.circlegrid
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PatWalters
PatWalters / A2a.smi
Last active November 10, 2022 20:29
Example of OCE crash on model search
CNCC1CC2c3ccccc3Cc4ccccc4N2O1 CHEMBL81485 6.36
CN(C)CC1CC2c3ccccc3Cc4ccccc4N2O1 CHEMBL83658 6.43
CN1CCN2c3ccccc3Cc4ccccc4C2C1 CHEMBL6437 7.525
CN(C)CC1CC2c3ccccc3Cc4ccc(cc4N2O1)Cl CHEMBL315772 6.32
CC(Cc1c[nH]c2c1c3c(cc2)OCCC3)N CHEMBL133455 4.72
COC1c2ccccc2C3(O1)CCN(CC3)Cc4ccccc4 CHEMBL138809 5.21
COC1Cc2ccccc2C3(O1)CCN(CC3)CCCc4ccccc4 CHEMBL138458 5.51
COC1Cc2ccccc2C3(O1)CCN(CC3)Cc4ccccc4 CHEMBL141209 5.52
c1ccc(cc1)Cc2c(c(=O)n3ccccc3n2)CCN4CCc5c(c6ccccc6o5)C4 CHEMBL162436 8.66
Cc1c(c(=O)n2ccccc2n1)CCN3CCc4c(c5cccc(c5o4)Cl)C3 CHEMBL164612 9.05
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.