Skip to content

Commit 17392c1

Browse files
authored
Merge pull request #441 from PNNL-CompBio/build_2.2_bug_fixes
Build 2.2 Bug Fixes - Large PR
2 parents a408582 + 67f40bb commit 17392c1

File tree

211 files changed

+182061
-196045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+182061
-196045
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ please see the [schema description](schema/README.md).
3636

3737
## Building a local version
3838

39-
The build process can be found in our [build
40-
directory](build/README.md). Here you can follow the instructions to
39+
The build process can be found in our [coderbuild
40+
directory](coderbuild/README.md). Here you can follow the instructions to
4141
build your own local copy of the data on your machine.
4242

4343
## Adding a new dataset
4444

45-
We have standardized the build process so an additional dataset can be
45+
We have standardized the build (coderbuild) process so an additional dataset can be
4646
built locally or as part of the next version of coder. Here are the
4747
steps to follow:
4848

49-
1. First visit the [build
50-
directory](build/README.md) and ensure you can build a local copy of
49+
1. First visit the [coderbuild
50+
directory](coderbuild/README.md) and ensure you can build a local copy of
5151
CoderData.
5252

5353
2. Checkout this repository and create a subdirectory of the
54-
[build directory](build) with your own build files.
54+
[coderbuild directory](coderbuild) with your own build files.
5555

5656
3. Develop your scripts to build the data files according to our
5757
[LinkML Schema](schema/coderdata.yaml]). This will require collecting
@@ -66,10 +66,10 @@ validator](https://linkml.io/linkml/data/validating-data) together
6666
with our schema file.
6767

6868
You can use the following scripts as part of your build process:
69-
- [build/utils/fit_curve.py](build/utils/fit_curve.py): This script
69+
- [coderbuild/utils/fit_curve.py](coderbuild/utils/fit_curve.py): This script
7070
takes dose-response data and generates the dose-response statistics
7171
required by CoderData/
72-
- [build/utils/pubchem_retrieval.py](build/utils/pubchem_retreival.py):
72+
- [coderbuild/utils/pubchem_retrieval.py](coderbuild/utils/pubchem_retreival.py):
7373
This script retreives structure and drug synonym information
7474
required to populate the `Drug` table.
7575

@@ -78,13 +78,13 @@ and arguments:
7878

7979
| shell script | arguments | description |
8080
|------------------|--------------------------|---------------------|
81-
| `build_samples.sh` | [latest_samples] | Latest version of samples generated by coderdata build |
81+
| `build_samples.sh` | [latest_samples] | Latest version of samples generated by coderbuild |
8282
| `build_omics.sh` | [gene file] [samplefile] | This includes the `genes.csv` that was generated in the original build as well as the sample file generated above. |
8383
| `build_drugs.sh` | [drugfile1,drugfile2,...] | This includes a comma-delimited list of all drugs files generated from previous build |
8484
| `build_exp.sh`| [samplfile ] [drugfile] | sample file and drug file generated by previous scripts |
8585

8686
5. Put the Docker container file inside the [Docker
87-
directory](./build/docker) with the name
87+
directory](./coderbuild/docker) with the name
8888
`Dockerfile.[datasetname]`.
8989

9090
6. Run `build_all.py` from the root directory, which should now add in

build/bladderpdo/02_createBladderPDODrugsFile.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

build/bladderpdo/build_exp.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

build/bladderpdo/build_omics.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

build/bladderpdo/build_samples.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

build/broad_sanger/03-createDrugFile.R

Lines changed: 0 additions & 98 deletions
This file was deleted.

build/broad_sanger/build_drugs.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)