There was an error while loading. Please reload this page.
1 parent 608c1de commit 6e2befcCopy full SHA for 6e2befc
1 file changed
.github/workflows/github_build.yml
@@ -35,6 +35,11 @@ jobs:
35
git clone --depth 1 https://github.com/lh3/miniprot
36
make -C miniprot
37
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
43
- name: Install python dependencies
44
run: |
45
python -m pip install --upgrade pip
0 commit comments