From f043c1c46373097f71150dd60823bd1d2f27e8cb Mon Sep 17 00:00:00 2001 From: Sujai Kumar Date: Wed, 26 Jul 2023 10:23:37 +0100 Subject: [PATCH] update to latest ncbi datasets --- .github/workflows/new_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index bcc0c7935..c53f7d645 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -38,7 +38,7 @@ jobs: git checkout -b $RELEASE - name: Download NCBI datasets executable run: | - curl https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v1/linux-amd64/datasets > datasets + curl https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets > datasets chmod a+x datasets sudo ip link set ens3 mtu 1500 - name: Download NCBI TAXROOT datasets zip