academic/ugene: Updated for version 1.32.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2019-08-03 06:52:00 +07:00 committed by Willy Sudiarto Raharjo
parent 38273bfae3
commit 738e90d957
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 6 deletions

View file

@ -35,7 +35,7 @@ program. All of them are available at SlackBuilds.org:
- bedGraphToBigWig (Convert bedGraph to bigWig file)
- bedtools (A powerful toolset for genome arithmetic)
- bowtie (A short read aligner of DNA sequences)
- bowtie2-legacy (A tool for aligning sequencing reads)
- bowtie2 (A tool for aligning sequencing reads)
- bwa (Burrows-Wheeler Aligner)
- cap3 (CAP3: A DNA sequence assembly program)
- cistrome-CEAS (CEAS: Cis-regulatory Element Annotation System)
@ -52,6 +52,7 @@ program. All of them are available at SlackBuilds.org:
- fastqc (A quality control tool for high throughput sequence data)
- HMMER (Biosequence analysis using profile hidden Markov models)
- kraken (Assign taxonomic labels to short DNA sequences)
- MetaPhlAn2 (Metagenomic Phylogenetic Analysis)
- ncbi-blast (BLAST: Basic Local Alignment Search Tool)
- ncbi-blast+ (BLAST+ Command Line Applications)
- PhyML (Phylogenetic estimation using Maximum Likelihood)

View file

@ -2,7 +2,7 @@
# Slackware build script for ugene
# Copyright 2013-2018 Petar Petrov slackalaxy@gmail.com
# Copyright 2013-2019 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ugene
VERSION=${VERSION:-1.31.1}
VERSION=${VERSION:-1.32.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ugene"
VERSION="1.31.1"
VERSION="1.32.0"
HOMEPAGE="http://ugene.net/"
DOWNLOAD="https://github.com/ugeneunipro/ugene/archive/1.31.1/ugene-1.31.1.tar.gz"
MD5SUM="ec32889089b7b9f6c6a9668aa56c198e"
DOWNLOAD="https://github.com/ugeneunipro/ugene/archive/1.32.0/ugene-1.32.0.tar.gz"
MD5SUM="bcebd1b0ececf9cf83edf24b69f7e16a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5-webkit"