Skip to content

Instantly share code, notes, and snippets.

@PatWalters
PatWalters / random_hexapeptides.ipynb
Created May 29, 2024 17:42
A simple example showing how to generate random hexapeptides
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.
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 / 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.