Skip to content

Commit 6e2befc

Browse files
authored
Add installation step for Augustus in workflow
1 parent 608c1de commit 6e2befc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/github_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
git clone --depth 1 https://github.com/lh3/miniprot
3636
make -C miniprot
3737
sudo install -m 755 miniprot/miniprot /usr/local/bin/miniprot
38+
- name: Install augustus
39+
run: |
40+
git clone --depth 1 https://github.com/Gaius-Augustus/Augustus.git
41+
make -C Augustus/augustus
42+
sudo make Augustus/install
3843
- name: Install python dependencies
3944
run: |
4045
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)