Skip to content

Commit

Permalink
Update status.py datasets version - 16.12.1
Browse files Browse the repository at this point in the history
Updated default version to latest ncbi-datasets version 16.12.1
  • Loading branch information
ens-LCampbell authored Apr 23, 2024
1 parent e450748 commit cc8afe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/ensembl/io/genomio/assembly/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


DATASETS_SINGULARITY = {
"datasets_version_url": "library://lcampbell/ensembl-genomio/ncbi-datasets-v16.10.0:latest",
"datasets_version_url": "library://lcampbell/ensembl-genomio/ncbi-datasets-v16.12.1:latest",
}


Expand Down Expand Up @@ -413,7 +413,7 @@ def main() -> None:
type=str,
required=False,
metavar="URL",
help="datasets version: E.g. library://lcampbell/ensembl-genomio/ncbi-datasets-v16.10.0:latest",
help="datasets version: E.g. library://lcampbell/ensembl-genomio/ncbi-datasets-v16.12.1:latest",
)
parser.add_argument(
"--cache_dir",
Expand Down

0 comments on commit cc8afe8

Please sign in to comment.