Skip to content

Commit 6de5049

Browse files
committed
fix cd hit download directory
1 parent f327d54 commit 6de5049

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ cache:
1010
- build/parallel-20160722
1111
- build/parallel-20170822
1212
- build/bedtools2
13-
- build/cd-hit-v4.6.8-2017-0621-source
13+
- build/cd-hit-v4.6.8-2017-0621
1414
- build/prank-msa-master
1515
- build/ncbi-blast-2.6.0+
1616
- build/mcl-14-137
1717
- build/fasttree
1818
perl:
1919
- "5.14"
20-
- "5.20"
21-
- "5.24"
20+
- "5.26"
2221
env:
2322
- PARALLEL_VERSION=20160722
2423
- PARALLEL_VERSION=20170822

install_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ BEDTOOLS_DOWNLOAD_FILENAME="bedtools-${BEDTOOLS_VERSION}.tar.gz"
1616
BEDTOOLS_URL="https://github.com/arq5x/bedtools2/releases/download/v${BEDTOOLS_VERSION}/${BEDTOOLS_DOWNLOAD_FILENAME}"
1717

1818
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"
2020
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"
2222

2323
PRANK_VERSION="0.140603"
2424
PRANK_DOWNLOAD_FILENAME="prank-msa-master.tar.gz"

0 commit comments

Comments
 (0)