Skip to content

Commit b71f9c8

Browse files
committed
updated hcmi dockerfile
1 parent 11c2112 commit b71f9c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/docker/Dockerfile.hcmi

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ COPY build/hcmi/01-createHCMISamplesFile.py .
66
COPY build/hcmi/02-getHCMIData.py .
77
COPY build/hcmi/full_manifest.txt .
88
COPY build/hcmi/*sh ./
9+
COPY build/hcmi/hcmi_cancer_types.csv ./
10+
911

1012
COPY requirements.txt .
1113
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)