From 75f1cdb336e0f64441f4f8c47083fd5519d4b321 Mon Sep 17 00:00:00 2001 From: Sergio Castillo Date: Tue, 2 May 2017 12:50:11 +0200 Subject: [PATCH] Changed blast DBs location for production --- NetExplorer/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetExplorer/views.py b/NetExplorer/views.py index 751a7160..632923f9 100644 --- a/NetExplorer/views.py +++ b/NetExplorer/views.py @@ -22,7 +22,7 @@ # ----------------------- # CONSTANTS # ----------------------- -BLAST_DB_DIR = "/home/sergio/code/PlanNET/blast/" +BLAST_DB_DIR = "/home/compgen/scastillo/PlanNET/blast/" MAX_NUMSEQ = 50 MAX_CHAR_LENGTH = 25000