academic/spades: Updated for version 3.6.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Petar Petrov 2015-11-10 23:15:11 -06:00 committed by Willy Sudiarto Raharjo
parent d900c7d870
commit bb0faef860
3 changed files with 5 additions and 6 deletions

View file

@ -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.

View file

@ -24,7 +24,7 @@
PRGNAM=spades
SRCNAM=SPAdes
VERSION=${VERSION:-3.5.0}
VERSION=${VERSION:-3.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -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"