From 1f1b2d60b42290e3c7b84c3e51c56a420b40f722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oxana=20=28Sachenkova=29=20Lundstr=C3=B6m?= Date: Wed, 15 Mar 2023 18:09:23 +0100 Subject: [PATCH] Adjusted paths again to work on snorlax --- WebSTR/WebSTR.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebSTR/WebSTR.py b/WebSTR/WebSTR.py index 63d91e8..b7c2590 100755 --- a/WebSTR/WebSTR.py +++ b/WebSTR/WebSTR.py @@ -28,8 +28,8 @@ #DbSTRPath = "/storage/resources/dbase/dbSTR/" #RefFaPath_hg19 = "/storage/resources/dbase/human/hg19/hg19.fa" DbSTRPath = BASEPATH - RefFaPath_hg19 = BASEPATH + "hg19.fa" - RefFaPath_hg38 = BASEPATH + "hg38.fa" + RefFaPath_hg19 = BASEPATH + "hg19/hg19.fa" + RefFaPath_hg38 = BASEPATH + "hg38/hg38.fa" elif PLATFORM == "AWS": #BasePath = "" DbSTRPath = ""