Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit committed Jul 10, 2024
1 parent 8964789 commit fb51ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion awsf3/aws_run_workflow_generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ while getopts "i:m:l:p:a:s:r:gcV:A:k:" opt; do
s) export SECRET_KEY=$OPTARG;; # secret key for certian s3 bucket access
r) export REGION=$OPTARG;; # region for the profile set for certian s3 bucket access
g) export SINGULARITY_OPTION_TO_PASS=-g;; # use singularity
c) export DISABLE_METRICS_COLLECTION=true;; # use singularity
c) export DISABLE_METRICS_COLLECTION=true;; # disable metrics collection
k) export S3_ENCRYPT_KEY_ID=$OPTARG;; # KMS key ID to encrypt s3 files with
h) printHelpAndExit 0;;
[?]) printHelpAndExit 1;;
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tibanna"
version = "5.2.2"
version = "5.3.0"
description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fb51ac6

Please sign in to comment.