mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/spades: Updated for version 3.6.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d900c7d870
commit
bb0faef860
3 changed files with 5 additions and 6 deletions
|
@ -12,5 +12,4 @@ Nurk S et al. Assembling Single-Cell Genomes and Mini-Metagenomes From
|
|||
Chimeric MDA Products. Journal of Computational Biology 20(10) (2013),
|
||||
714-737. doi:10.1089/cmb.2013.0084
|
||||
|
||||
NOTE!
|
||||
This will not build on a 32bit system.
|
||||
NOTE: This will not build on a 32bit system.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=spades
|
||||
SRCNAM=SPAdes
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
VERSION=${VERSION:-3.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="spades"
|
||||
VERSION="3.5.0"
|
||||
VERSION="3.6.1"
|
||||
HOMEPAGE="http://bioinf.spbau.ru/en/spades"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://spades.bioinf.spbau.ru/release3.5.0/SPAdes-3.5.0.tar.gz"
|
||||
MD5SUM_x86_64="58fbf728ec9945b9c36a26ff8c8f4cac"
|
||||
DOWNLOAD_x86_64="http://spades.bioinf.spbau.ru/release3.6.1/SPAdes-3.6.1.tar.gz"
|
||||
MD5SUM_x86_64="244bd18508bb06a4e433662f826c5a44"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="petar.petrov@student.oulu.fi"
|
||||
|
|
Loading…
Reference in a new issue