File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ important to understand how the package is built.
3232The build process is managed in the [ build
3333directory] ( https://github.com/PNNL-CompBio/coderdata/tree/main/build )
3434primarily by the [ ` build_all.py ` script] ( https://github.com/PNNL-CompBio/coderdata/blob/main/build/build_all.py ) . This script calls the
35- [ ` build_dataset.py ` script] ) (https://github.com/PNNL-CompBio/coderdata/blob/main/build/build_dataset.py ) for each dataset in CoderData in
35+ [ ` build_dataset.py ` script] ( https://github.com/PNNL-CompBio/coderdata/blob/main/build/build_dataset.py ) for each dataset in CoderData in
3636order. Because our sample and drug identifiers are unique, we must
3737finish the generation of one dataset before we move to the next. This
3838process is depicted below.
@@ -65,7 +65,7 @@ constraints:
65653 . Create tables that mirror the schema described by the [ LinkML YAML
6666 file] ( https://github.com/PNNL-CompBio/coderdata/blob/main/schema/coderdata.yaml ) .
6767
68- Files are generated in the following order as described above.
68+ Files are generated in the following order as described below.
6969
7070
7171### Sample generation
You can’t perform that action at this time.
0 commit comments