Skip to content

Commit

Permalink
Merge branch 'trs/upload-snakemake-metadata'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jun 17, 2024
2 parents ccac078 + 442a5b7 commit 3f15ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint-aws-batch
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ case "$NEXTSTRAIN_AWS_BATCH_WORKDIR_URL" in
return "$zipstatus"
fi
}
zip -u "$PWD.zip" -r . --exclude ".snakemake/*" || succeed-when-nothing-to-update $?
zip -u "$PWD.zip" -r . --include ".snakemake/log/*" || succeed-when-nothing-to-update $?
zip -u "$PWD.zip" -r . --exclude ".snakemake/*" || succeed-when-nothing-to-update $?
zip -u "$PWD.zip" -r . --include ".snakemake/log/*" ".snakemake/metadata/*" || succeed-when-nothing-to-update $?
aws s3 cp --no-progress "$PWD.zip" "$NEXTSTRAIN_AWS_BATCH_WORKDIR_URL"
;;
s3://*)
Expand Down

0 comments on commit 3f15ce3

Please sign in to comment.