braker: add new version 2.1.0 (#8946)

* braker: add new version 2.1.0

* Set verison in descending order.

* Update URL.

* url

* braker: change url format.
This commit is contained in:
lingnanyuan 2018-08-26 19:44:53 -05:00 committed by Adam J. Stewart
parent 2ae1bfd283
commit 7c06492d94

View file

@ -30,13 +30,15 @@ class Braker(Package):
that combines the advantages of GeneMark-ET and AUGUSTUS"""
homepage = "http://exon.gatech.edu/braker1.html"
url = "http://bioinf.uni-greifswald.de/augustus/binaries/BRAKER1_v1.11.tar.gz"
url = "http://bioinf.uni-greifswald.de/augustus/binaries/BRAKER_v2.1.0.tar.gz"
list_url = "http://bioinf.uni-greifswald.de/augustus/binaries/old"
version('1.11', '297efe4cabdd239b710ac2c45d81f6a5')
version('2.1.0', '5f974abcceb9f96a11668fa20a6f6a56')
version('1.11', '297efe4cabdd239b710ac2c45d81f6a5',
url='http://bioinf.uni-greifswald.de/augustus/binaries/old/BRAKER1_v1.11.tar.gz')
depends_on('perl', type=('build', 'run'))
depends_on('augustus')
depends_on('augustus@3.2.3')
depends_on('genemark-et')
depends_on('bamtools')
depends_on('samtools')