Skip to content

Commit

Permalink
updated hcmi build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jun 19, 2024
1 parent 73deec5 commit 68fd184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build/docker/Dockerfile.hcmi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ COPY build/hcmi/hcmi_cancer_types.csv ./

RUN pip install --no-cache-dir -r requirements.txt

# CMD python 01-createHCMISamplesFile.py && \
# python 02-getHCMIData.py -m full_manifest.txt -t transcriptomics -o hcmi_transcriptomics.csv && \
# python 02-getHCMIData.py -m full_manifest.txt -M full_manifest_files -t copy_number -o hcmi_copy_number.csv && \
# python 02-getHCMIData.py -m full_manifest.txt -M full_manifest_files -t mutations -o hcmi_mutations.csv
2 changes: 1 addition & 1 deletion build/hcmi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas==1.5.3
pandas==2.2
wget==3.2
requests
synapseclient
Expand Down

0 comments on commit 68fd184

Please sign in to comment.