Skip to content

Commit e811969

Browse files
committed
Made update in response to merge from novartis branch
1 parent 1cecc29 commit e811969

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

build/mpnst/03_get_experiments.R

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

240240
message("Wrote PDX curve data")
241241

242+
242243
system(sprintf(
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")
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")
247248
))
248249

250+
249251
message("Wrote PDX experiments to ", "/tmp/", out_prefix, "_pdx_experiments.tsv and combinations")
250252

251253

0 commit comments

Comments
 (0)