From 8905f7983da15dfdce3d107e0c9d83ce598b81d4 Mon Sep 17 00:00:00 2001 From: noefp Date: Mon, 4 Apr 2016 12:51:02 -0400 Subject: [PATCH] jbrowse_path variable added in sgn.conf --- sgn.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sgn.conf b/sgn.conf index b6a28bc10..5b8ca3e54 100644 --- a/sgn.conf +++ b/sgn.conf @@ -159,7 +159,7 @@ hmmsearch_location hmmsearch intron_finder_database /export/prod/public/intron_finder_database # trace_path /export/prod/public/chromatograms -image_dir /images/image_files +image_dir /images/image_files image_path /export/prod/public/images tempfiles_subdir /static/documents/tempfiles submit_dir /data/shared/submit-uploads @@ -214,12 +214,15 @@ editable_stock_props variety,donor,donor institute,country,state,adaptation,note # cview_db_backend cxgn -# + + #how to find blast stuff blast_path "" blast_db_path /export/prod/blast/databases/current -preselected_blastdb 224 -# +preselected_blastdb 224 +jbrowse_path /jbrowse/current/?data=data/json + + #bin directory used by cluster nodes cluster_shared_bindir /export/prod/bin # -- 2.11.4.GIT