From f04331d952f5e3f6ff54a6829c20c46bb5d5ecfa Mon Sep 17 00:00:00 2001 From: mmterpstra Date: Tue, 21 Feb 2023 13:18:45 +0100 Subject: [PATCH] Added new path of velvet issue #194 quick fix or else the tools needs to be removed from the documentation and this install script --- bin/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bootstrap.py b/bin/bootstrap.py index 6222322..4a5f6bd 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -256,7 +256,7 @@ def PATHS(exe = None, prefix = None, installdir = None, internet = True): SRATOOLKIT_VERSION = ('2.3.5-2','2.4.2','2.5.1','2.6.2','2.8.0','2.8.1-3','2.8.2-1','2.9.6') # VELVET VELVET_PATH = os.path.join(FUSIONCATCHER_TOOLS,'velvet') - VELVET_URL = 'http://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz' + VELVET_URL = 'https://github.com/dzerbino/velvet/archive/refs/tags/v1.2.10.tar.gz' VELVET_VERSION = ('1.2.09','1.2.10') # ENSEMBL version ENSEMBL_VERSION = ensembl_version(internet = internet)