diff options
| author | Pjotr Prins | 2026-04-06 09:51:26 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-06 09:51:26 +0200 |
| commit | 5f4cef3640f84092e5692e16865002a832b7838c (patch) | |
| tree | 28814b2b31aaec58088b3f78ac1158da0cb3672e /guix.scm | |
| parent | fc83a9cf9d752b288f66564ecb5af55019485d2a (diff) | |
| download | genecup-5f4cef3640f84092e5692e16865002a832b7838c.tar.gz | |
Added a test that creates an ontology
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm index 77551cd..5c8519e 100644 --- a/guix.scm +++ b/guix.scm @@ -7,12 +7,14 @@ ;; ;; Development shell: ;; -;; guix shell -L . -C -N -F edirect-25 genecup-gemini coreutils -- genecup --port 4201 +;; guix shell -L . -C -N -F --expose=$HOME/.config/gemini --share=/export3/PubMed edirect-25 genecup-gemini coreutils -- genecup --port 4201 ;; ;; In a shell you can run ;; -;; python3 -m unittest tests.test_network_esearch +;; guix shell -C -N -F -L . --expose=$HOME/.config/gemini --share=/export3/PubMed edirect-25 genecup-gemini +;; env EDIRECT_LOCAL_ARCHIVE=/export3/PubMed/Source python3 -m unittest tests.test_network_esearch ;; env EDIRECT_LOCAL_ARCHIVE=/export3/PubMed/Source python3 -m unittest tests.test_local_xfetch -v +;; env EDIRECT_LOCAL_ARCHIVE=/export3/PubMed/Source python3 -m unittest tests.test_network_gemini_ontology ;; ;; Note: API key is read from ~/.config/gemini/credentials ;; |
