Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
deaconjs committed Aug 26, 2022
1 parent 5adc3f9 commit ce3b472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/run_fcsadaptor.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_NAME=$0
DEFAULT_VERSION="0.2.1"
DEFAULT_VERSION="0.2.3"
DOCKER_IMAGE=ncbi/fcs-adaptor:${DEFAULT_VERSION}
SINGULARITY_IMAGE=""
CONTAINER_ENGINE="docker"
Expand Down
5 changes: 3 additions & 2 deletions dist/run_fcsgx.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

CONTAINER = "run_gx"
DEFAULT_CONTAINER_DB = "/app/db/gxdb"
DEFAULT_VERSION = "0.2.1"
DEFAULT_VERSION = "0.2.3"
DEFAULT_DOCKER_IMAGE = f"ncbi/fcs-gx:{DEFAULT_VERSION}"
DEFAULT_SINGULARITY_IMAGE = f"fcs-gx.{DEFAULT_VERSION}.sif"
# FILE_MANIFEST = "sing-image.manifest"
Expand Down Expand Up @@ -95,7 +95,8 @@ def run_retrieve_db(self):
extra_docker_args = [mount_arg, str(expanded_gxdb_disk) + ":/db-disk-volume/"]
extra_db_args = ["--gx-db-disk", "/db-disk-volume/"]

extra_docker_args.extend(["--tty"])
if container_engine == "docker":
extra_docker_args.extend(["--tty"])

retrieve_db_args = [
container_engine,
Expand Down

0 comments on commit ce3b472

Please sign in to comment.