NYCU-MLLab commited on
Commit
5b2bad7
·
verified ·
1 Parent(s): 698f4be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: LandFlow trajectory supervision
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - molecular-generation
7
+ - structure-based-drug-design
8
+ - trajectories
9
+ ---
10
+
11
+ # LandFlow trajectory supervision
12
+
13
+ This repository contains the 3,000-trajectory bank used to train the LandFlow
14
+ route potential, the fixed CrossDocked split, atom-number metadata, reference
15
+ metric cache, and the PAFlow-ready CrossDocked pocket data required by the
16
+ reproduction workflow.
17
+
18
+ The bank contains 50 recorded states per trajectory (150,000 supervised state
19
+ examples). It was built from 100 training pockets using three frozen PAFlow
20
+ sampling settings and does not contain the paper test pockets as training
21
+ trajectories.
22
+
23
+ The CrossDocked portion contains the processed LMDB used directly by PAFlow,
24
+ the 93-pocket test receptor set, and the compressed pocket10 source files used
25
+ to regenerate processed data. The source archive expands to about 15 GB and is
26
+ kept compressed because it contains roughly 389,000 small files.
27
+
28
+ CrossDocked2020 is redistributed under the CC0 1.0 Universal Public Domain
29
+ Dedication. See `data/CrossDocked2020_LICENSE.txt` and the original distribution
30
+ at https://bits.csb.pitt.edu/files/crossdock2020/.
31
+
32
+ Use the matching LandFlow GitHub release to download and extract the data:
33
+
34
+ ```bash
35
+ python scripts/download_artifacts.py --include-crossdocked --extract-test-set
36
+ python scripts/verify_install.py --require-crossdocked
37
+ ```