Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jun 3, 2024
1 parent 600b083 commit d235d51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/sync_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ aws s3 sync \
output/benchmark_results/ \
--delete --dryrun

# sync back modified results
aws s3 sync \
output/benchmark_results/ \
s3://openproblems-data/resources/dge_perturbation_prediction/results/ \
--delete --dryrun

# sync one run
runid=run_2024-06-01_00-03-09; aws s3 sync \
output/benchmark_results/${runid}/ \
s3://openproblems-data/resources/dge_perturbation_prediction/results/${runid}/ \
--delete --dryrun

0 comments on commit d235d51

Please sign in to comment.