Skip to content

Commit a8fbd56

Browse files
committed
added readme for build test
1 parent 9da9f3e commit a8fbd56

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build/build_test/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Build test script
2+
3+
To enable future data to be added to CodeData we have built a small
4+
script/files to enable each subsequent docker build to be tested. If
5+
all the commands work then your data is guaranteed to work with the
6+
coderdata framework
7+
8+
### Usage
9+
10+
1. Build your data build package as a docker image, with the
11+
appropriate scripts (`build_samples.sh`, `build_omics.sh`,
12+
`build_exp.sh`, `build_drugs.sh`, etc.).
13+
2. From this directory call `python test_docker.py --docker [your
14+
docker name]` with the following flags:
15+
- `--samples`
16+
- `--omics`
17+
- `--drugs`
18+
- `--exp`

0 commit comments

Comments
 (0)