Skip to content

Commit

Permalink
Fetch raxml-ng assets
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane authored Apr 6, 2024
1 parent 2fe60b7 commit cee67f2
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,24 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11"]
os: [ubuntu-22.04, macos-latest]
os: ['ubuntu-22.04', 'macos-latest']
steps:
- uses: actions/checkout@v4
- uses: ConorMacBride/install-package@v1
with:
brew: bowtie2 bcftools bedtools raxml-ng
apt: bowtie2 bcftools bedtools raxml-ng
apt: bowtie2 bcftools bedtools
- name: Fetch GitHub Release Assets
uses: amkozlov/raxml-ng@master
with:
repo: 'amkozlov/raxml-ng'
version: 'tags/1.2.1'
file: 'raxml-ng_v1.2.1_linux_x86_64.zip'
token: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'ubuntu-22.04'
- name: Extract zip
run: unzip raxml-ng_v1.2.1_linux_x86_64 -d /usr/local/bin
if: matrix.os == 'ubuntu-22.04'
- name: Install Python
uses: actions/setup-python@v4
# see details (matrix, python-version, python-version-file, etc.)
Expand All @@ -29,4 +40,4 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: metagenopolis/meteor
slug: metagenopolis/meteor

0 comments on commit cee67f2

Please sign in to comment.