Skip to content

Commit 9c7bcfe

Browse files
authored
Update README.md
resolves #166
1 parent 06bf381 commit 9c7bcfe

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,37 @@ please see the [schema description](schema/README.md).
2626

2727
## Building the data package
2828

29-
The data package is currently assembled via continuous automation,
29+
We have created a build script that executes each step of the build process to enable the creation of a `local` folder with all the requisite folders.
3030

31+
The build requires Python as well as Docker to be installed.
32+
33+
To build the docker images and run them, simply run (though this will take a while!):
34+
```
35+
python build/build_all.py --all
36+
```
37+
38+
To only build the docker files:
39+
```
40+
python build/build_all.py --docker
41+
```
42+
43+
Then to build the reference files (after dockers have been built):
44+
```
45+
python build/build_all.py --samples
46+
python build/build_all.py --drugs
47+
```
48+
49+
Once the sample files have been created, we can collect the omics measurements:
50+
```
51+
python build/build_all.py --omics
52+
```
53+
54+
Once the drugs file and samples have been created, we can refit the curves:
55+
```
56+
python build/build_all.py --exp
57+
```
58+
59+
Note: this will not build the python package, just generate the data!
3160

3261
## Data Source Reference List
3362

0 commit comments

Comments
 (0)