Rsyncing zinc15: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
mNo edit summary
Line 9: Line 9:
# download 3D
# download 3D
  rsync -L  -a --progress  --include="[ABCDEFG][A-G]*.db2.gz" --exclude="[HIJK]*" rsync://files.docking.org/ZINC-3D/  zinc
  rsync -L  -a --progress  --include="[ABCDEFG][A-G]*.db2.gz" --exclude="[HIJK]*" rsync://files.docking.org/ZINC-3D/  zinc
# Example:
Let's say, you are in folder /ZINC15DB and you want to sync *.db2.gz files only, then:
rsync -L  -a --progress --include="*/" --include="CA*.db2.gz" --exclude="*" rsync://files.docking.org/ZINC-3D/CA 3D

Revision as of 15:18, 3 September 2019

A few examples below: This is how you set up a ZINC Mirror. I am looking at you Uppsala, Beijing, and Kiev.

  1. what is available?
rsync --list-only rsync://files.docking.org
  1. download 2D
rsync -L  -a --progress  --include="[ABCDEFG][A-G]*.smi" --exclude="[HIJK]*" rsync://files.docking.org/ZINC-2D/ zinc
  1. download 3D
rsync -L  -a --progress  --include="[ABCDEFG][A-G]*.db2.gz" --exclude="[HIJK]*" rsync://files.docking.org/ZINC-3D/  zinc
  1. Example:

Let's say, you are in folder /ZINC15DB and you want to sync *.db2.gz files only, then: rsync -L -a --progress --include="*/" --include="CA*.db2.gz" --exclude="*" rsync://files.docking.org/ZINC-3D/CA 3D