From 6c84baa9ae3eee51d26f92bee95559ca32303d3f Mon Sep 17 00:00:00 2001 From: Ksenia Krasheninnikova Date: Wed, 10 Apr 2024 11:23:35 +0100 Subject: [PATCH 1/2] Fix path to the github test dataset --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f83d47..3295dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Download test data run: | - curl https://darwin.cog.sanger.ac.uk/genomeassembly_test_data.tar.gz | tar xzf - + curl https://tolit.cog.sanger.ac.uk/test-data/resources/genomeassembly/genomeassembly_test_data.tar.gz | tar zvf - - name: Setup apptainer uses: eWaterCycle/setup-apptainer@main From f1a4cf8fc4bc0479539e93c5ed2134f277c396cb Mon Sep 17 00:00:00 2001 From: Ksenia Date: Wed, 10 Apr 2024 11:50:11 +0100 Subject: [PATCH 2/2] Fix tar keys --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3295dec..8ba25e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Download test data run: | - curl https://tolit.cog.sanger.ac.uk/test-data/resources/genomeassembly/genomeassembly_test_data.tar.gz | tar zvf - + curl https://tolit.cog.sanger.ac.uk/test-data/resources/genomeassembly/genomeassembly_test_data.tar.gz | tar xzf - - name: Setup apptainer uses: eWaterCycle/setup-apptainer@main