diff options
author | Efraim Flashner | 2020-04-06 05:48:01 +0000 |
---|---|---|
committer | Shepherd | 2020-04-06 05:48:01 +0000 |
commit | f5127fc7ae8dbb1ea82b735e4809cca19cd24523 (patch) | |
tree | 646ae30cb6de9731c3c26eff00c9e2acd58673d6 | |
parent | 134063f9254b64142946298afc08e114fddb240c (diff) | |
download | gn-shepherd-services-f5127fc7ae8dbb1ea82b735e4809cca19cd24523.tar.gz |
update pubmed archive: Use edirect
-rwxr-xr-x | update_archive-pubmed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_archive-pubmed.sh b/update_archive-pubmed.sh index fb94ee7..e432586 100755 --- a/update_archive-pubmed.sh +++ b/update_archive-pubmed.sh @@ -1,2 +1,2 @@ #!/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; $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build edirect-gn)/bin/archive-pubmed' +/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; $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build edirect)/bin/archive-pubmed' |