Rsyncing zinc15

From DISI
Revision as of 20:59, 23 June 2016 by Frodo (talk | contribs) (asdf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A few examples below:

  1. Browse the database
rsync --list-only files.docking.org:ZINC-3D/
  1. Download EVERYTHING
rysnc -a --progress files.docking.org:ZINC-3D/ /local/copy/of/zinc
  1. Download EVERYTHING only in leadlike (tranches CA-EG)
rsync -a --progress files.docking.org:ZINC-3D/[C-E][A-G]/ /local/copy/of/zinc
  1. Download only db2 files and mol2 files for all tranches
rsync -a --progress --include="*.mol2.gz" --include="*.db2.gz" --include="*/" --exclude="*" files.docking.org:ZINC-3D/ /local/copy/of/zinc