-
Notifications
You must be signed in to change notification settings - Fork 4
38 lines (37 loc) · 1.13 KB
/
stemma.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: stemma
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Install dependencies for Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- run: poetry install
- name: Testing
run: |
poetry run teiphy -t reconstructed -t defective -t orthographic -m overlap -m lac -s"*" -s T --fill-correctors --format stemma example/ubs_ephesians.xml stemma_example
- name: Install Phylogenetics Packages
run: |
sudo mkdir /root/bin
git clone https://github.com/stemmatic/prep.git
cd prep
sudo make
cd ..
git clone https://github.com/stemmatic/stemma.git
cd stemma
sudo make
- name: Phylogenetics Run
run: |
sudo /root/bin/prep stemma_example
sudo /root/bin/stemma stemma_example a 100
sudo /root/bin/soln stemma_example SOLN