Kingldore commited on
Commit
7500939
·
verified ·
1 Parent(s): af6057b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -12,9 +12,20 @@ pretty_name: DUD-E Docked Poses (gnina virtual screening)
12
 
13
  # DUD-E Docked Poses (gnina virtual screening)
14
 
15
- An unmodified mirror of `dude_vs.tgz` from the Koes lab at the University of
16
- Pittsburgh the docked poses used in *Virtual Screening with Gnina 1.0*.
17
- Byte-identical to the original, split into parts for transfer.
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  **Original download:** <https://bits.csb.pitt.edu/files/gninavs/dude_vs.tgz>
20
 
 
12
 
13
  # DUD-E Docked Poses (gnina virtual screening)
14
 
15
+ The docked poses from `dude_vs.tgz`, produced by the Koes lab at the University
16
+ of Pittsburgh for *Virtual Screening with Gnina 1.0*.
17
+
18
+ The original is one 14.7 GB archive that must be read start to finish. Here it is
19
+ split by target into `dude-vs/`, one archive per DUD-E target, so you can download
20
+ only the targets you need:
21
+
22
+ ```bash
23
+ hf download Kingldore/dude-vs dude-vs/cdk2.tgz --repo-type dataset
24
+ tar -xzf dude-vs/cdk2.tgz
25
+ ```
26
+
27
+ 102 targets, 4,363 files, 14.7 GB in total. The contents are unchanged from the
28
+ original; only the packaging differs.
29
 
30
  **Original download:** <https://bits.csb.pitt.edu/files/gninavs/dude_vs.tgz>
31