Skip to content

Instantly share code, notes, and snippets.

@johnmay
Last active January 22, 2020 15:37
Show Gist options
  • Save johnmay/0d5efaf98090fadfbddc55841358f679 to your computer and use it in GitHub Desktop.
Save johnmay/0d5efaf98090fadfbddc55841358f679 to your computer and use it in GitHub Desktop.
curl ftp://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Weekly/2020-01-05/Extras/CID-SMILES.gz | \
gunzip -c | \
head -n 10000000 | \
awk '{print $2 " " $1}' > pubchem_first10m.smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment