From 7845ec82c13f44618fecd114083c62ad2ed550e2 Mon Sep 17 00:00:00 2001 From: MarvinDo Date: Fri, 31 May 2024 15:12:58 +0200 Subject: [PATCH] fixed install herediclass --- tools/script/install_herediclass.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/script/install_herediclass.sh b/tools/script/install_herediclass.sh index 6f8c97c1..992af000 100755 --- a/tools/script/install_herediclass.sh +++ b/tools/script/install_herediclass.sh @@ -34,11 +34,10 @@ echo "Downloading the automatic classification algorithm to $path." mkdir -p $path cd $path -#git clone https://github.com/akatzke/variant_classification.git $foldername +git clone https://github.com/akatzke/variant_classification.git $foldername variant_classification_path=$path/$foldername -mkdir -p $variant_classification_path cd $variant_classification_path wget https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz