Skip to content

Mention in man page that CIGAR strings in SA tags are approximate (#1… #180

Mention in man page that CIGAR strings in SA tags are approximate (#1…

Mention in man page that CIGAR strings in SA tags are approximate (#1… #180

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [gcc, clang]
steps:
- name: Checkout minimap2
uses: actions/checkout@v2
- name: Compile with ${{ matrix.compiler }}
run: make CC=${{ matrix.compiler }}