Skip to content

Commit

Permalink
fixed MPNST dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jun 20, 2024
1 parent 2559654 commit 42a48a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/docker/Dockerfile.mpnst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get install -y --allow-unauthenticated build-essential --fix-missing pyt
RUN python3 -m venv /opt/venv
RUN /opt/venv/bin/pip3 install --upgrade pip


ENV PYTHONPATH "${PYTHONPATH}:/app"
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion build/mpnst/02_get_drug_data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Load required libraries
library(data.table)
# library(biomaRt)# biomart issues still exist
library(synapser)
library(dplyr)
library(stringr)
library(reticulate)
Expand All @@ -22,6 +21,7 @@ PAT <- args[1]
olddrugfiles <- args[2]
newdrugfile <- args[3]
# Log in to Synapse
library(synapser)
synLogin(authToken = PAT)


Expand Down
1 change: 1 addition & 0 deletions build/mpnst/requirements.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ install.packages("data.table")
install.packages("synapser", repos = c("http://ran.synapse.org", "http://cran.fhcrc.org"))
install.packages('R.utils')
install.packages("stringr")
install.packages('reticulate')
install.packages("tidyr")


0 comments on commit 42a48a4

Please sign in to comment.