diff options
author | Efraim Flashner | 2023-03-22 13:24:10 +0200 |
---|---|---|
committer | Efraim Flashner | 2023-03-22 13:24:10 +0200 |
commit | 0bf0d2684677bc40c0759cb1640659bf03f882ae (patch) | |
tree | 596ac638fd9434a167d799a300eef54b147db690 /gn/packages/bioinformatics.scm | |
parent | eae36c7552a258684b28bc4689c294fa84ed6a23 (diff) | |
download | guix-bioinformatics-0bf0d2684677bc40c0759cb1640659bf03f882ae.tar.gz |
Add python-pytest-runner-4.
* gn/packages/python.scm (python-pytest-runner-4): New variable.
* gn/packages/bioinformatics.scm (python-pytest-runner-2): MOve to
python.scm
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 3cd1e1c..b58d97e 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1791,17 +1791,6 @@ reads, also called read-based phasing or haplotype assembly. It is especially suitable for long reads, but works also well with short reads.") (license license:expat))) -(define-public python-pytest-runner-2 - (package - (inherit python-pytest-runner) - (version "2.12.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "pytest-runner" version)) - (sha256 - (base32 - "11ivjj9hfphkv4yfb2g74av4yy86y8gcbf7gbif0p1hcdfnxg3w6")))))) - (define-public bh20-seq-resource (let ((commit "ae4cb3c2cf7103bbc84f52618bb755d7ce25775b") (revision "3")) |