File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,18 @@ RUN apt-get update && \
11
11
apt-get install -y git curl gnupg && \
12
12
rm -rf /var/lib/apt/lists/*
13
13
14
- # Install GitHub CLI (gh)
15
- RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | \
16
- gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \
17
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | \
18
- tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
19
- apt-get update && \
20
- apt-get install -y gh && \
21
- rm -rf /var/lib/apt/lists/*
14
+ # # Install GitHub CLI (gh)
15
+ # RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | \
16
+ # gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \
17
+ # echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | \
18
+ # tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
19
+ # apt-get update && \
20
+ # apt-get install -y gh && \
21
+ # rm -rf /var/lib/apt/lists/*
22
+
22
23
24
+ # RUN git clone https://github.com/PNNL-CompBio/coderdata.git
25
+ # WORKDIR /usr/src/app/coderdata
23
26
24
- RUN git clone https://github.com/PNNL-CompBio/coderdata.git
25
- WORKDIR /usr/src/app/coderdata
27
+ ADD schema schema
28
+ ADD scripts scripts
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ classes:
188
188
- source
189
189
- study
190
190
attributes :
191
- drug_drug_2 :
191
+ improve_drug_1 :
192
192
description : improve_drug_id of first drug
193
193
improve_drug_2 :
194
194
description : imrrove_drug_id of second drug
You can’t perform that action at this time.
0 commit comments