Skip to content

Commit f80fbbc

Browse files
committed
typo
1 parent e5e41aa commit f80fbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/contribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ important to understand how the package is built.
3232
The build process is managed in the [build
3333
directory](https://github.com/PNNL-CompBio/coderdata/tree/main/build)
3434
primarily 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
3636
order. Because our sample and drug identifiers are unique, we must
3737
finish the generation of one dataset before we move to the next. This
3838
process is depicted below.
@@ -65,7 +65,7 @@ constraints:
6565
3. 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

0 commit comments

Comments
 (0)