From a2a7296a6a2823e1a39b4c8b5885ce335ec351a1 Mon Sep 17 00:00:00 2001
From: your name <your mail>
Date: Wed, 20 Jun 2018 16:49:15 +0200
Subject: [PATCH] apps/Hisat2/install_2.0.0.sh : correction of intallation

---
 apps/Hisat2/install_2.0.0.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/Hisat2/install_2.0.0.sh b/apps/Hisat2/install_2.0.0.sh
index 5bd1844..339f196 100644
--- a/apps/Hisat2/install_2.0.0.sh
+++ b/apps/Hisat2/install_2.0.0.sh
@@ -36,7 +36,7 @@
 source ../build_env.sh
 
 HISAT2_VERSION=2.0.0
-http://ccb.jhu.edu/software/hisat2/downloads/hisat2-${HISAT2_VERSION}-beta-source.zip -o hisat2_linux-v${HISAT2_VERSION}.zip 
+curl -k -L http://ccb.jhu.edu/software/hisat2/downloads/hisat2-${HISAT2_VERSION}-beta-source.zip -o hisat2_linux-v${HISAT2_VERSION}.zip 
 unzip hisat2_linux-v${HISAT2_VERSION}.zip 
 mkdir ${HISAT2_VERSION}
 mkdir ${HISAT2_VERSION}/bin
-- 
GitLab