Skip to content

docs: add example to README #2

docs: add example to README

docs: add example to README #2

Workflow file for this run

name: assembly_snptyper test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest}
name: Testing assembly_snptyper ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v4
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
with:
cache-downloads: true
environment-file: env.yaml
- name: Conda list
shell: bash -l {0}
run: conda list
- name: Test M1UK typing end-to-end
shell: bash -l {0}
run: bash tests/test_e2e.sh