diff options
author | Efraim Flashner | 2022-06-21 12:11:16 +0300 |
---|---|---|
committer | Efraim Flashner | 2022-06-21 12:11:16 +0300 |
commit | 86e0be138336fe2eafbb56ec3891a679b4ed4a0a (patch) | |
tree | 7dff8d26490f2b9fbf4c1ff96b2ae112260f492a /gn | |
parent | 98f6608dfd2e6c701f1260d6666ad88114045560 (diff) | |
download | guix-bioinformatics-86e0be138336fe2eafbb56ec3891a679b4ed4a0a.tar.gz |
gn: metaeuk: Fix building package.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 702f3e6..2e577ee 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -2544,8 +2544,7 @@ of similar contiguity and accuracy to other de Bruijn assemblers (e.g. Velvet)." (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? - (with-directory-excursion - (string-append "../" ,name "-" ,version "-checkout/tests") + (with-directory-excursion "../source/tests" (invoke "./run.sh" "../../build/src/metaeuk")))))))) (inputs `(("bzip2" ,bzip2) |