coreset: add v1.09 (#24419)
This commit is contained in:
parent
4ba6a850d9
commit
767f03f82f
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ class Corset(Package):
|
|||
transcriptome assembly to gene-level counts."""
|
||||
|
||||
homepage = "https://github.com/Oshlack/Corset/wiki"
|
||||
url = "https://github.com/Oshlack/Corset/releases/download/version-1.06/corset-1.06-linux64.tar.gz"
|
||||
url = "https://github.com/Oshlack/Corset/releases/download/version-1.09/corset-1.09-linux64.tar.gz"
|
||||
|
||||
version('1.09', sha256='9c349afc5a66c43e6b73c62f5d3166dac2fd06696aa40cff648226a5d0427a59')
|
||||
version('1.06', sha256='4aff83844461cea1edfce3d89776236c300650fc02b497cc9f11eba42d161b60')
|
||||
|
||||
def url_for_version(self, version):
|
||||
|
|
Loading…
Reference in a new issue