File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11VERSION_MAJOR 1
22VERSION_MINOR 11
3- VERSION_PATCH 0
3+ VERSION_PATCH 4
Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '1.11'
5959# The full version, including alpha/beta/rc tags.
60- release = '1.11.0 '
60+ release = '1.11.4 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER salmon.maintainer@gmail.com
66
77ENV PACKAGES git gcc make g++ libboost-all-dev liblzma-dev libbz2-dev \
88 ca-certificates zlib1g-dev libcurl4-openssl-dev curl unzip autoconf apt-transport-https ca-certificates gnupg software-properties-common wget
9- ENV SALMON_VERSION 1.11.0
9+ ENV SALMON_VERSION 1.11.4
1010
1111# salmon binary will be installed in /home/salmon/bin/salmon
1212
Original file line number Diff line number Diff line change 11#! /bin/bash
2- SALMON_VERSION=1.11.0
2+ SALMON_VERSION=1.11.4
33TMPDIR=/mnt/scratch7/DELETE_ME_TEMP docker build --no-cache -t combinelab/salmon:${SALMON_VERSION} -t combinelab/salmon:latest .
Original file line number Diff line number Diff line change 22
33HERE=" $( cd " $( dirname " $0 " ) " ; pwd -P ) "
44
5- major_v=` ${HERE} /../build/using-sshash/ src/salmon -v | cut -d ' ' -f 2 | cut -d ' .' -f 1`
6- minor_v=` ${HERE} /../build/using-sshash/ src/salmon -v | cut -d ' ' -f 2 | cut -d ' .' -f 2`
7- patch_v=` ${HERE} /../build/using-sshash/ src/salmon -v | cut -d ' ' -f 2 | cut -d ' .' -f 3`
5+ major_v=` ${HERE} /../build/src/salmon -v | cut -d ' ' -f 2 | cut -d ' .' -f 1`
6+ minor_v=` ${HERE} /../build/src/salmon -v | cut -d ' ' -f 2 | cut -d ' .' -f 2`
7+ patch_v=` ${HERE} /../build/src/salmon -v | cut -d ' ' -f 2 | cut -d ' .' -f 3`
88
99echo " VERSION : ${major_v} .${minor_v} .${patch_v} "
1010
You can’t perform that action at this time.
0 commit comments