Skip to content

Commit b958e83

Browse files
committed
Revert "Made update in response to merge from novartis branch"
This reverts commit e811969.
1 parent e5f7f3a commit b958e83

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

build/mpnst/03_get_experiments.R

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,13 @@ fwrite(pdx_data, file.path("/tmp", paste0(out_prefix, "_pdx_curve_data.tsv")), s
239239

240240
message("Wrote PDX curve data")
241241

242-
243242
system(sprintf(
244-
"/opt/venv/bin/python calc_pdx_metrics.py %s --drugfile %s --outprefix %s --source 'NF Data Portal' --study 'MPNST PDX'",
245-
paste0("/tmp/", out_prefix, "_pdx_curve_data.tsv"),
246-
drugfile,
247-
paste0("/tmp/", out_prefix, "_pdx")
243+
"/opt/venv/bin/python calc_pdx_metrics.py %s --drugfile %s --outprefix %s",
244+
paste0("/tmp/", out_prefix, "_pdx_curve_data.tsv"),
245+
drugfile,
246+
paste0("/tmp/", out_prefix, "_pdx")
248247
))
249248

250-
251249
message("Wrote PDX experiments to ", "/tmp/", out_prefix, "_pdx_experiments.tsv and combinations")
252250

253251

0 commit comments

Comments
 (0)