From 4d81b1ede11ac94d6623e91dd120346ab2f9b5b3 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Wed, 4 Dec 2024 14:56:52 -0700 Subject: [PATCH 1/2] ci: migrate ubuntu-latest to ubuntu-24.04 --- .github/workflows/unittests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 411cc3b..02cd3d9 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -21,7 +21,7 @@ jobs: docs: name: update tool and metric markdown docs needs: test - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name == 'pull_request' steps: - name: Checkout From bc3023ae605b6a7d17b8d2fcb2477b1ffe039dcc Mon Sep 17 00:00:00 2001 From: Nobody Date: Wed, 4 Dec 2024 21:59:31 +0000 Subject: [PATCH 2/2] Generate docs files --- docs/tools/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/index.md b/docs/tools/index.md index 0c8fe57..1d18a20 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -4,7 +4,7 @@ title: fgsv tools # fgsv tools -The following tools are available in fgsv version 0.2.0-3f52590. +The following tools are available in fgsv version 0.2.1-4d81b1e. ## Breakpoint and SV Tools Primary tools for calling and transforming breakpoints and SVs.