We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c2112 commit b71f9c8Copy full SHA for b71f9c8
build/docker/Dockerfile.hcmi
@@ -6,6 +6,8 @@ COPY build/hcmi/01-createHCMISamplesFile.py .
6
COPY build/hcmi/02-getHCMIData.py .
7
COPY build/hcmi/full_manifest.txt .
8
COPY build/hcmi/*sh ./
9
+COPY build/hcmi/hcmi_cancer_types.csv ./
10
+
11
12
COPY requirements.txt .
13
RUN pip install --no-cache-dir -r requirements.txt
0 commit comments