augustus: url fix (#5311)
This commit is contained in:
parent
05b309a487
commit
9326925d45
1 changed files with 3 additions and 2 deletions
|
@ -30,10 +30,11 @@ class Augustus(MakefilePackage):
|
|||
genomic sequences"""
|
||||
|
||||
homepage = "http://bioinf.uni-greifswald.de/augustus/"
|
||||
url = "http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.2.3.tar.gz"
|
||||
url = "http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.3.tar.gz"
|
||||
|
||||
version('3.3', '9ebe494df78ebf6a43091cfc8551050c')
|
||||
version('3.2.3', 'b8c47ea8d0c45aa7bb9a82626c8ff830')
|
||||
version('3.2.3', 'b8c47ea8d0c45aa7bb9a82626c8ff830',
|
||||
url='http://bioinf.uni-greifswald.de/augustus/binaries/old/augustus-3.2.3.tar.gz')
|
||||
|
||||
depends_on('bamtools')
|
||||
depends_on('gsl')
|
||||
|
|
Loading…
Reference in a new issue