diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c79320..dc819bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: ["main"] jobs: - build-and-test-qiime2-tiny-2024-10: + build-and-test-qiime2-pathogenome-2024-10: runs-on: ${{ matrix.os }} strategy: matrix: @@ -19,8 +19,8 @@ jobs: - name: Set up Conda uses: conda-incubator/setup-miniconda@v3 with: - activate-environment: q2-amrfinderplus-qiime2-tiny-2024.10 - environment-file: environments/q2-amrfinderplus-qiime2-tiny-2024.10.yml + activate-environment: q2-amrfinderplus-qiime2-pathogenome-2024.10 + environment-file: environments/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml auto-activate-base: false - name: Install plugin diff --git a/environments/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml b/environments/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml new file mode 100644 index 0000000..c41a02e --- /dev/null +++ b/environments/q2-amrfinderplus-qiime2-pathogenome-2024.10.yml @@ -0,0 +1,9 @@ +channels: +- https://packages.qiime2.org/qiime2/2024.10/pathogenome/released +- conda-forge +- bioconda +dependencies: + - qiime2-pathogenome + - pip + - pip: + - "q2-amrfinderplus @ git+https://github.com/bokulich-lab/q2-amrfinderplus.git" diff --git a/environments/q2-amrfinderplus-qiime2-tiny-2024.10.yml b/environments/q2-amrfinderplus-qiime2-tiny-2024.10.yml deleted file mode 100644 index 6c1ba3d..0000000 --- a/environments/q2-amrfinderplus-qiime2-tiny-2024.10.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: q2-amrfinderplus-qiime2-tiny-2024.10 -channels: -- https://packages.qiime2.org/qiime2/2024.10/tiny/passed -- conda-forge -- bioconda -dependencies: - - qiime2-tiny - # Note 1: Add any additional conda dependencies here. - - pip - - pip: - # Note 2: Add any additional pip dependencies here. - # - # some pip dependency - # Note 3: If you host your repository on GitHub, and you uncomment and modify - # the following lines to replace REPO-OWNER with the user or organization - # name that owns the repository, your installation commands can be updated to - # install from this file without additional steps. - # - "q2-amrfinderplus @ git+https://github.com/REPO-OWNER/q2-amrfinderplus.git"