Skip to content

Commit 835b852

Browse files
change filename bug
1 parent 893eb97 commit 835b852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/crcPDO/build_exp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ python3 04-experiments-crcpdo.py --Download --Experiment --Token $SYNAPSE_AUTH_T
1111
python3 fit_curve.py --input /tmp/crcpdo_experiments_for_curve_fitting.tsv --output /tmp/crcpdo_experiments.tsv
1212

1313
# change name of script
14-
mv crcpdo_experiments.tsv.0 crcpdo_experiments.tsv
14+
mv /tmp/crcpdo_experiments.tsv.0 /tmp/crcpdo_experiments.tsv

build/crcpdo/build_exp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ python3 04-experiments-crcpdo.py --Download --Experiment --Token $SYNAPSE_AUTH_T
1111
python3 fit_curve.py --input /tmp/crcpdo_experiments_for_curve_fitting.tsv --output /tmp/crcpdo_experiments.tsv
1212

1313
# change name of script
14-
mv crcpdo_experiments.tsv.0 crcpdo_experiments.tsv
14+
mv /tmp/crcpdo_experiments.tsv.0 /tmp/crcpdo_experiments.tsv

0 commit comments

Comments
 (0)