File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ jdk: oraclejdk8
5
5
install :
6
6
- git clone https://github.com/mikessh/vdjtools.git
7
7
- cd vdjtools/
8
- - git checkout tags/1.1.2-SNAPSHOT
8
+ - git checkout tags/1.1.3
9
9
- mvn clean install -q -Dmaven.test.skip=true
10
10
- cd ..
11
11
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ VDJdb: A software for functional annotation of immune repertoires
188
188
same "printed page" as the copyright notice for easier
189
189
identification within third-party archives.
190
190
191
- Copyright 2015 Mikhail Shugay
191
+ Copyright 2015-2017 Mikhail Shugay
192
192
193
193
Licensed under the Apache License, Version 2.0 (the "License");
194
194
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
compile ' org.codehaus.gpars:gpars:1.0.0'
41
41
compile ' junit:junit:4.12'
42
42
compile ' com.milaboratory:milib:1.0'
43
- compile ' com.antigenomics:vdjtools:1.1.2 '
43
+ compile ' com.antigenomics:vdjtools:1.1.3 '
44
44
compile ' com.fasterxml.jackson.core:jackson-core:2.7.1'
45
45
compile ' org.apache.ant:ant:1.9.4'
46
46
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ case $os in
48
48
dir=$( dirname " $( readlinkUniversal " $0 " ) " )
49
49
;;
50
50
Linux)
51
- rFreeMb=$( free -m | head -n 3 | tail -n 1 | awk ' { print $4 }' )
51
+ rFreeMb=$( free -m | grep Mem | awk ' { print $4 }' )
52
52
maxMb=$(( $rFreeMb - $delta ))
53
53
dir=" $( dirname " $( readlink -f " $0 " ) " ) "
54
54
;;
@@ -116,7 +116,7 @@ jar=""
116
116
117
117
if [[ -z " $otherJar " ]];
118
118
then
119
- for j in " $dir /../jar/vdjdb. jar" " $dir /vdjdb.jar" $( ls -d -1 $dir /target/* 2> /dev/null | grep distribution.jar)
119
+ for j in " $dir /../jar/vdjdb-1.1.5. jar" " $dir /vdjdb-1.1.5 .jar" $( ls -d -1 $dir /target/* 2> /dev/null | grep distribution.jar)
120
120
do
121
121
if [[ -e " $j " ]];
122
122
then
You can’t perform that action at this time.
0 commit comments