Skip to content

add cons_algrm in pyabpoa #25

add cons_algrm in pyabpoa

add cons_algrm in pyabpoa #25

Workflow file for this run

name: macos
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-macos:
runs-on: macos-latest
steps:
- name: Preparing Repositories
uses: actions/checkout@v3
with:
submodules: recursive
- name: make
run: make
- name: Run Test Data
run: |
./bin/abpoa ./test_data/test.fa
./bin/abpoa ./test_data/heter.fa -d2
./bin/abpoa ./test_data/seq.fa -a1
./bin/abpoa ./test_data/seq.fa -r5 -a1
./bin/abpoa ./test_data/heter.fq -d2 -Q
./bin/abpoa ./test_data/heter.fq -d2 -r2 -Q -a1