Skip to content

Commit

Permalink
Prevent potential conflict with existing file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Apr 10, 2021
1 parent e6c76c8 commit 0b15695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions slurm/genomes/nopoutjob.slurm.sh.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,11 @@ echo "-------------------------------------------------------------------------"
# and may not have it if this is a nop-out continuation
# working with an in_progress_jenga_nopout morph
f="a=genome+criteria=abundance+morph=wildtype+proc=0+series={{ series }}+stint={{ stint }}+thread=0+variation=master+ext=.json.gz"
rm -f "${f}"
echo "downloading ${f}"
for retry in {1..20}; do
aws s3 cp --quiet \
Expand Down

0 comments on commit 0b15695

Please sign in to comment.