aboutsummaryrefslogtreecommitdiff
path: root/shepherd
diff options
context:
space:
mode:
authorShepherd on Tux022025-04-22 00:46:05 -0500
committerShepherd on Tux022025-04-22 00:46:05 -0500
commitcd4512634ce1407b14b0842b0ef6a9cd35e6d46c (patch)
tree0467cb900cf29f039ba1b7c0797bfe05b0788be8 /shepherd
parent0328b5a2071d991db71dba1295d213160caa7863 (diff)
downloadgn-shepherd-services-master.tar.gz
Update PubMed pathHEADmaster
Diffstat (limited to 'shepherd')
-rw-r--r--shepherd/init.d/genecup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/shepherd/init.d/genecup.scm b/shepherd/init.d/genecup.scm
index 36b6145..99ebe75 100644
--- a/shepherd/init.d/genecup.scm
+++ b/shepherd/init.d/genecup.scm
@@ -5,7 +5,7 @@
#:start (make-forkexec-constructor
'("/home/shepherd/run_genecup.sh")
#:environment-variables
- (list "EDIRECT_PUBMED_MASTER=/export2/PubMed"
+ (list "EDIRECT_PUBMED_MASTER=/export3/PubMed"
"NLTK_DATA=/home/hchen/nltk_data"
"PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt"
"TMPDIR=/export/ratspub/tmp")