We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da9f3e commit a8fbd56Copy full SHA for a8fbd56
build/build_test/README.md
@@ -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