diff options
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1d7339dde79..5c5b2738a5e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -20284,7 +20284,10 @@ such as Hi-C contact matrices.") | |||
| 20284 | #~(modify-phases %standard-phases | 20284 | #~(modify-phases %standard-phases |
| 20285 | (add-after 'unpack 'fix-pytest-config | 20285 | (add-after 'unpack 'fix-pytest-config |
| 20286 | (lambda _ | 20286 | (lambda _ |
| 20287 | (delete-file "pytest.ini")))))) | 20287 | (delete-file "pytest.ini"))) |
| 20288 | (add-before 'sanity-check 'set-HOME | ||
| 20289 | (lambda _ | ||
| 20290 | (setenv "HOME" "/tmp")))))) | ||
| 20288 | (native-inputs | 20291 | (native-inputs |
| 20289 | (list python-cython | 20292 | (list python-cython |
| 20290 | python-pytest | 20293 | python-pytest |
| @@ -20298,7 +20301,7 @@ such as Hi-C contact matrices.") | |||
| 20298 | python-multiprocess | 20301 | python-multiprocess |
| 20299 | python-numba | 20302 | python-numba |
| 20300 | python-numpy | 20303 | python-numpy |
| 20301 | python-pandas | 20304 | python-pandas-2 |
| 20302 | python-scikit-image | 20305 | python-scikit-image |
| 20303 | python-scikit-learn | 20306 | python-scikit-learn |
| 20304 | python-scipy)) | 20307 | python-scipy)) |
