From cf23a7c7d9091b620b14621fd6fa9d4af9c6b969 Mon Sep 17 00:00:00 2001 From: MarvinDo Date: Fri, 31 May 2024 14:58:07 +0200 Subject: [PATCH] bugfix install herediclassify --- tools/script/install_herediclass.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/script/install_herediclass.sh b/tools/script/install_herediclass.sh index 2edbe999..6f8c97c1 100755 --- a/tools/script/install_herediclass.sh +++ b/tools/script/install_herediclass.sh @@ -38,6 +38,8 @@ cd $path 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 tar -zxvf Python-3.10.13.tgz