Skip to content

Commit

Permalink
Merge pull request #392 from Ensembl/lcampbell/tweak_url
Browse files Browse the repository at this point in the history
Update assembly tracker datasets docker URI to ensemblorg
  • Loading branch information
JAlvarezJarreta committed Jul 4, 2024
2 parents b33d2f0 + dd6a520 commit 686a1b3
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.12.1:latest",
"datasets_version_url": "docker://ensemblorg/datasets-cli: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.12.1:latest",
help="datasets version: E.g. docker://ensemblorg/datasets-cli:latest",
)
parser.add_argument(
"--cache_dir",
Expand Down

0 comments on commit 686a1b3

Please sign in to comment.