diff options
-rwxr-xr-x | update_archive-pubmed.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/update_archive-pubmed.sh b/update_archive-pubmed.sh index b8bc87d..c242953 100755 --- a/update_archive-pubmed.sh +++ b/update_archive-pubmed.sh @@ -1,2 +1,6 @@ #!/bin/sh -/bin/su -l hchen -c 'export EDIRECT_PUBMED_MASTER=/export2/PubMed; export PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt; export NLTK_DATA=/export2/PubMed/nltk_data; unset PATH; $(/home/shepherd/guix-profiles/genecup/bin/guix build edirect)/bin/archive-pubmed' +export EDIRECT_PUBMED_MASTER=/export2/PubMed +export PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt +export NLTK_DATA=/export2/PubMed/nltk_data +unset PATH +$(/home/shepherd/guix-profiles/genecup/bin/guix build edirect)/bin/archive-pubmed |