File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ cache:
10
10
- build/parallel-20160722
11
11
- build/parallel-20170822
12
12
- build/bedtools2
13
- - build/cd-hit-v4.6.8-2017-0621-source
13
+ - build/cd-hit-v4.6.8-2017-0621
14
14
- build/prank-msa-master
15
15
- build/ncbi-blast-2.6.0+
16
16
- build/mcl-14-137
17
17
- build/fasttree
18
18
perl :
19
19
- " 5.14"
20
- - " 5.20"
21
- - " 5.24"
20
+ - " 5.26"
22
21
env :
23
22
- PARALLEL_VERSION=20160722
24
23
- PARALLEL_VERSION=20170822
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ BEDTOOLS_DOWNLOAD_FILENAME="bedtools-${BEDTOOLS_VERSION}.tar.gz"
16
16
BEDTOOLS_URL=" https://github.com/arq5x/bedtools2/releases/download/v${BEDTOOLS_VERSION} /${BEDTOOLS_DOWNLOAD_FILENAME} "
17
17
18
18
CDHIT_SHORT_VERSION=" 4.6.8"
19
- CDHIT_LONG_VERSION=" 4.6.8-2017-0621-source "
19
+ CDHIT_LONG_VERSION=" 4.6.8-2017-0621"
20
20
CDHIT_DOWNLOAD_FILENAME=" cd-hit-${CDHIT_SHORT_VERSION} .tar.gz"
21
- CDHIT_URL=" https://github.com/weizhongli/cdhit/releases/download/V${CDHIT_SHORT_VERSION} /cd-hit-v${CDHIT_LONG_VERSION} .tar.gz"
21
+ CDHIT_URL=" https://github.com/weizhongli/cdhit/releases/download/V${CDHIT_SHORT_VERSION} /cd-hit-v${CDHIT_LONG_VERSION} -source .tar.gz"
22
22
23
23
PRANK_VERSION=" 0.140603"
24
24
PRANK_DOWNLOAD_FILENAME=" prank-msa-master.tar.gz"
You can’t perform that action at this time.
0 commit comments