From 2c9423ff9ee68f0f0b8e8e7600d8956e4f9974a5 Mon Sep 17 00:00:00 2001 From: Liz Gehret Date: Mon, 3 Jun 2024 16:10:45 -0700 Subject: [PATCH 1/2] CI: shotgun -> metagenome --- .github/workflows/ci-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index d637bbf4..f9012a70 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -9,4 +9,4 @@ jobs: ci: uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml@dev with: - distro: shotgun + distro: metagenome From 55a18dd1b79b71d7c9b673dd80081b82057f1292 Mon Sep 17 00:00:00 2001 From: Liz Gehret Date: Mon, 3 Jun 2024 16:12:16 -0700 Subject: [PATCH 2/2] actually we want amplicon, not metagenome --- .github/workflows/ci-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index f9012a70..9746e7d8 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -9,4 +9,4 @@ jobs: ci: uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml@dev with: - distro: metagenome + distro: amplicon