Skip to content

Commit 9533703

Browse files
committed
All working now
1 parent fca76bd commit 9533703

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build/mpnst/build_exp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ trap 'echo "Error on or near line $LINENO while executing: $BASH_COMMAND"; exit
55

66
echo "Running 03_get_experiments.R with $SYNAPSE_AUTH_TOKEN, $1, and $2."
77
Rscript 03_get_experiments.R $SYNAPSE_AUTH_TOKEN $1 $2 mpnst
8+
rm /tmp/mpnst_pdx_experiments.tsv /tmp/mpnst_mt_experiments.tsv /tmp/mpnst_mt_curve_data.tsv /tmp/mpnst_pdx_curve_data.tsv
89

build/utils/calc_pdx_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@ def get_drug_stats(df, control='control'):
415415
return sing, comb
416416

417417
if __name__=='__main__':
418-
main()
418+
main()

0 commit comments

Comments
 (0)