Skip to content

Merge pull request #4 from jchorl/jchorl/alphabet #2

Merge pull request #4 from jchorl/jchorl/alphabet

Merge pull request #4 from jchorl/jchorl/alphabet #2

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
conda-solver: "libmamba"
python-version: "3.11"
channels: bioconda,conda-forge,defaults
- name: Conda install
shell: bash -el {0}
run: conda install 'python >=3.6' 'biopython ==1.72' 'reportlab ==3.4.0' 'prodigal >=2.6.1' 'blast >=2.2.28'
- name: Test
shell: bash -el {0}
run: python3 -m unittest