Skip to content

Commit

Permalink
Adjusted paths again to work on snorlax
Browse files Browse the repository at this point in the history
  • Loading branch information
merenlin authored Mar 15, 2023
1 parent cc26700 commit 1f1b2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebSTR/WebSTR.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 1f1b2d6

Please sign in to comment.